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

input[type="text"], input[type="password"] { 
	padding: 4px;
	border: 1px solid #CCC; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin-bottom: 5px;
	width: 510px;
	color:#000;
	font-size:11px;
}

input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #333; 
}

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

textarea { 
	font:Verdana, Geneva, sans-serif; 
	padding: 10px;
	border: 2px solid #CCC; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	width: 500px;
	color:#000;
	font-size:11px;
}

textarea:hover {
	border: 2px solid #333; 
}

textarea:focus { 
	border: 2px 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: #FFF; 
	color: #000; 
	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: #333;
	color: #fff;
}

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

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