@charset "utf-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(../../structure/images/png/black-square-pattern.png) repeat scroll 0 0, url(../../structure/images/png/map-of-the-world.png) no-repeat scroll center top, #111;
}
#container {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#container a {
    border: 2px solid #555555;
    -moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
    color: #FFFFFF;
    display: block;
    font-size: 1.6em;
    padding: 0.4em 0.6em;
    text-align: center;
    text-decoration: none;
    width: 12%;
}
#formWrap 
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #E9BA7A;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.9);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.9);
    box-shadow: 0 3px 5px rgba(0,0,0,.9);
    margin: auto;
	margin-top: 10em;
    width: 660px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#form 
{
	border-top: 1px dotted #E9BA7A;
	width: 660px;
}
#form .row 
{
    display: block;
    line-height: 38px;
    overflow: auto;
    padding: 1em 0;
    width: 100%;
}
.row .label 
{
	color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px;
    text-align: right;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    width: 155px;
}
.row .input 
{
	float: left;
	margin-right: 10px;
	width: 310px;
}
.row .input2 
{
	float: left;
    width: auto;
}
.detail
{
	background: none repeat scroll 0 0 #D49E53;
    border: 1px solid #E9BA7A;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    margin: 0;
    max-width: 300px;
    padding: 5px;
    width: 300px;
}
.mess
{
	background: none repeat scroll 0 0 #D49E53;
    border: 1px solid #E9BA7A;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    height: 100px;
    line-height: 1em;
    margin: 0;
    max-width: 300px;
    overflow: auto;
    padding: 5px;
    width: 300px;	
}
.detail:focus
{
	background-color: #fff;
	border: 1px solid #999;
	outline: none;
}
.mess:focus
{
	background-color: #fff;
	border: 1px solid #999;
	outline: none;
}
.row .context 
{
	color: #E9BA7A;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-style: italic;
    line-height: 14px;
    width: 165px;
}
#submit 
{
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin: 1em 0 1em 10em;
    padding: 10px;
    text-shadow: 1px 1px 1px #999999;
}
span.error
{
	color: #E9BA7A;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/x.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 25px;
}
#formWrap h2
{
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    padding: 5px 0;
    text-indent: 170px;
    text-shadow: 2px 1px #444444;
}
#logo {
	background: url(../../structure/logo/hs-logo1.png) no-repeat scroll 2em 0 transparent;
	height: 57px;
    margin: 1em 0;
    width: 100%;
}