﻿html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#666666;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #007BD5;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
table {
border-collapse: collapse;
}
table td,
table th {
padding: 0; 
}
h1{
	clear:both;
	color: #007BD5;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top:85px;
	margin-bottom:65px;
}
#how{
	clear:both;
	color: #007BD5;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top:60px;
	margin-bottom:20px;

}

/* layout */
#frontpage{
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#logo{
	float: left;
	padding-top: 11px;
	height: 32px;
	
}
#header{
	background:transparent url(image/mainmenu.png) no-repeat scroll 0 0;
	clear:right;
	float:right;
	height:40px;
	margin-bottom:10px;
	margin-top:11px;
	padding-left:10px;
	padding-top:5px;
	width:310px;
	color: #A5D428;
	
}
#header a {
	float: left;
	margin-left: 3px;
	width: 95px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	color: #007BD5;
	text-decoration: none;
	font-size: 14px;
}
#header  a:hover {
	color: #A5D428;
}

.green{color: #A5D428;}
.open {color: #A5D428 !important;}
.navclike {background:#fff; color:#A5D428;}
.navclike a {color:#A5D428;text-decoration: none;}
			
			
#footer{
	clear:both;
	float: center;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:920px;	
}

#form{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width:385px;	
}
#form_page{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
}
#form a{
	font-size: 13px;
	margin-right:9px;
	
}

#form a:hover{
	color:#A5D428;	
}

.leftlink{
	margin-left:15px;
}
.linkstyle{
	color:#999999;
	font-size:17px;
	margin-left:7px;
	margin-right:12px;
}
#formsend{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background:#F1F8FA none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:5px;
}

.textbox{
	font-size:17px;
	color:#666666;
	border:1px solid #CCCCCC;
	height:25px;
	margin-right:10px;
	width:250px;
}

.textinbox{
	font-size:17px;
	color:#666666;
	border:1px solid #CCCCCC;
	height:25px;
	margin-right:10px;
	width:150px;
}
.textarea{
	border:1px solid #CCCCCC;
}
.button_send{
	width:80px;
	height:35px;
}


#into_text{
	font-size:22px;
	margin-bottom:35px;
	margin-top:55px;
	text-align:center;
	color:#999999;
}
#about {
	margin-left:20px;
	text-align:left;
	width:587px;
}
#how_left{
	float:left;
	margin-left:40px;
	text-align:left;
	width:410px;
}
#how_right{
	float:left;
	margin-left:40px;
	text-align:left;
	width:410px;
}
#line{
	background:transparent url(image/line.png) no-repeat scroll 0 0;
	float:left;
	text-align:left;
	width:10px;
	height:100px;
}
#errors{	
	font-size:12px;
	font-weight:normal;
}

