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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	background-image:url(images/background2.gif);
	background-repeat:repeat-x;
}

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-top:100px;
}

#content {
	width:480px;
	height:480px;
	margin:0 auto;
	background-image:url(images/block.png);
	

}

#logo {
/*	margin-top:40px;*/
	border-style:none;
	padding:0;
}

#logo img{
	margin-top:40px;
	
}

#text {
	width:380px;
	margin: 10px 0 0 0;
	padding: 5px 50px;
}

#refer {
	width:380px;
	margin: 0;
	padding: 0px 50px;
}

#refer p {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height:1.4em;
}

h2 {
	margin:0px;
	font-size:1.6em;
	padding-bottom:7px;
	font-style:normal;
	color:#1c6679;
}

h3 {
	margin:0;
	font-size: 1.1em;
	color: #FFFFFF;
}


p {
	font-size: 1.4em;
	color: #FFFFFF;
	line-height:1.6em;
	
}

a {
	color: #1c6679;
}


#contact_form {
	width:480px;
	height:40px;
	margin:0 auto;
}

#input {
	width:320px;	
	float:left;
	padding:0 5px 0 25px;

}

#contact_form input, #contact_form textarea, #contact_form label {
	padding: 0 5px 0 0;
	width: 300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color:#000;
	margin: 0px;
	border:none;
	background-color:#A6C8D0;
	height:25px;
	
}

#contact_form textarea:focus, #contact_form input:focus {
	background-color:#A6C8D0;
	width:300px;
	
	
}


#submit_wrapper {
	width: 100px;
	float:left;
	margin:0px auto;
	height: 25px;
}

#submit_wrapper input {
	width: 100px;
	margin:0px auto;
	height: 25px;
}

#submit_wrapper input, #submit_wrapper textarea, #submit_wrapper label {
	padding: 0px;
	width: 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color:#000;
	margin: 0px;
	border:none;
	
}

#submit_wrapper textarea:focus, #submit_wrapper input:focus {
	width:100px;
	
	
}

.placeholder {
	background-color:#A6C8D0;
}



span.error {
	display: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	color: red;
	float: left;
	clear: left;
}

#warning {
	display:none;
}
