body, td p{
	font-family:arial, helvetica, sans serif;
	font-size:11pt;
	color:#000;
}

body{
	background:#fff url(images/bg.jpg) repeat-x;
	text-align:center;
	margin:0 0 5 0;
}

a, a:visited{
	color:#23296D;
	text-decoration:underline;
	}
	
a:hover{
	color:#AE4001;
	text-decoration:underline;
}

h1{
	color:#fff;
	font-size:28pt;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:center;
	margin-top:8px;
}

h2{
	color:#23296d;
	font-size:28pt;
	text-align:center;
	margin-bottom:5px;
}

#footer{
	padding:10px 22px 10px 22px;
	height:70px;
	text-align:center;
}

form{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:900px;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

form *{
	margin-left:auto;
	margin-right:auto;
}

form p{
	width:670px;
	margin:15px 0 15px 0;
	margin-left:auto;
	margin-right:auto;
}

form .recaptcha{width:310px;}

.row{
	width:670px;
	padding-bottom:5px;
}

.row *{
	width:670px;
}

label{
}

input, select{
	border:1px solid #A6ABE2;
	line-height:25px;
	padding:4px;
}

input.button{
	background:url(images/bttn_submit.png) no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:13pt;
	text-transform:uppercase;
	text-align:center;
	display:block;
	text-indent:-99999px;
	float:none;
	width:235px;
	height:43px;
	line-height:38px;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

textarea{
	height:50px;
	text-align:left;
	border:1px solid #A6ABE2;
}

