label {
	margin-bottom : 3px;
	margin-top: 3px;
}

input[type="text"], input[type="password"], textarea { 
	border: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin: 5px 0px 8px 0px;
	width: 580px;
	color:#000;
	font-size:12px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
	border: none; 
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus { 
	border: 1px solid #333; 
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#fff), color-stop(0.3, #fff)); 
}

.inputFonts {
	font:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#333; 
	font-weight:bold;
}

input[type="submit"] {
	background-color: #3E9C8F; 
	color: #FFF; 
	text-shadow: rgba(255, 255, 255, 0.496094) 0px 0px 0px;
	padding: 3px;
	margin-top: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
	border: 1px solid rgba(0, 0, 0, 0.246094);
	border-bottom: 1px solid rgba(0, 0, 0, 0.347656);
	cursor: pointer;
	width: 300px;
	}

input[type="submit"]:hover { 
	background-color: #CCCCCC;
	color: #fff;
}

input[type="submit"]:active { 
	position: relative; 
	top: 1px; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.347656); 
}

.conText{
	font-size: 11px;
	font-family: Verdana, Helvetica, Tahoma;
	color: #AAAAAA;
}