﻿h3{
	color:#f7f7f7;
	font-size:22px;
	margin-bottom:0;
	margin-top:0;
	padding-top:10px;
}
form{
	margin-top:15px;
	font-size:0.85em;
}
form a{
	font-size:0.65em;
	text-align:center;
}
.asterisk{
	color:red;
	font-size:0.9em;
}

label{
	display:block;
	text-align:left;
	float:left;
	width:65px;
	padding-top:5px;
	padding-right:10px;
	color:#f7f7f7;
}
.checkbox{
	width:1em;
}
br{
	clear:left;
}
input[type="text"]{	
	display:block;
	width:210px;
	float:left;
	height:17px;
	padding-left:5px;
	border:1px #4f4f4f solid;
	color:#333;

	margin-bottom:15px;
	-moz-border-radius: 4px;
	background-color:#CCC;
border-radius: 4px;
-webkit-border-radius:4px;
}
input[type="password"]{
	display:block;
	width:296px;
	float:left;
	height:20px;
	margin-bottom:20px;
		-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius:4px;
}
.buttonSubmit{
	width: 69px;
	height:27px;
	color:white;
	border:0;
	font-size:11px;
	float:right;
	background:url(images/submit-button.png);
margin-top:-2px;
}
.buttonSubmit:hover{

	opacity:0.8;
}
textarea{
display:block;
	width:210px;
	float:left;
	height:50px;
	max-width:210px;
	max-height:100px;
	border:1px #4f4f4f solid;
		background-color:#CCC;
	color:#333;
	margin-bottom:15px;
	-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius:4px;
}