
form {
	background: #eee;
	width: 85%;
	border: 1px solid #e5e5e5;
	color: #999999;
	padding-bottom: 14px;
	margin-left: 0px;
}

form.plain {
    width: 75px;
   	background: #fff;
    border: 0;
    padding-bottom: 1px;
}

form fieldset {
	width: 85%;
	padding: 0px 7px 14px;
	border: 1px solid #CAD2D9;
	text-align: left;
	background: #FFFFFF;
	display: block;
	color: #555;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 4px;
}

form legend {
	color: #51575B;
	font: 700 medium "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

form label {
	width: 49%;
	display: block;
	float: left;
	text-align: left;
	color: #3E4D60;
	padding: 2px 1px 0px 8px;
	height: auto;
	font: small/normal "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

form input, form textarea, form select {
	border: 1px solid #D8DDE3;
	width: 44%;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 2px;
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
form input:hover, form textarea:hover, form select:hover {
	border: 1px solid #8295A4;
}

form textarea {
	width: 85%;
	margin: 5px 0px 15px 7.5%;
	padding-right: 0px;
}
form input:focus, form textarea:focus, form select:focus {
	background: #FEF5EB;
	border: 1px solid #8295A4;
}
form label:hover {
	cursor: pointer;
	color: #000033;
}

button {
    margin: 5px 0 0 40px;
}

.check, .radio, .textarea {
	width: auto;
	padding: 0px;
	height: auto;
	margin: 0px;
	float: none;
}

	label.radio input {
		border: 0px none!important;
		margin: 0px 7px 0px 0px;
		padding: 0px;
		width: auto;
		text-align: left;
		vertical-align: bottom;
	}

.no_border_checkbox {
	border: 0px none;
	text-align: left;
	margin-right: 40%;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.no_border_checkbox:hover {

	border: 0px none;
}


