/* CSS Document */

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #CECEBF;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form.style1 table td {
	padding: 5px 0px;
}
form.style1 input[type=text], form.style1 input[type=password] {
	border: none;
	background-color: #CECEBF;
	padding: 3px;
}
form.style1 label {
	color: #575746;
	float: right;
	padding-right: 10px;
}
form.style1 input[type=submit] {
	background-color: #8DB12F;
	border: none;
	padding: 4px 10px;
	color: #FFF;
	float: right;
}
form.style1 .links {
	float: right;
	color: #79796A;
}
form.style1 .links a {
	font-size: 11px;
	color: #79796A;
}
