@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
	hight: 0px;
	line-height: 0px;
	font-size: 1px;
}

input, textarea, select {
	width: 350px;
	height: 20px;
	border: #b5b8c8 1px solid;
	background-image: url(/images/forms/text-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px !important;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 4px 0px 4px;	
	margin: 3px 0px 3px 0px;
	text-transform: none !important;	
}

textarea {
	height: 110px;
	overflow: auto;
}

label {
	padding: 7px 0px 0px 10px;	
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
}

form {
	display: inline;
}

.formButton a, .formButtonMouseover a {
	color: #000000 !important;
	text-decoration: none;
}

.formButton {
	padding: 0px;
	width: 75px;
	height: 19px;
	background-image: url(/images/panels/button-bg.jpg);
	text-align: center;	
	padding: 3px 0px 0px 0px;
	margin: 8px 41px 0px 0px;
	color: #000000;
	float: right;
}

.formButtonMouseover {
	padding: 0px;
	width: 75px;
	height: 19px;
	background-image: url(/images/panels/buttonMouseover-bg.jpg);
	text-align: center;
	padding: 3px 0px 0px 0px;
	margin: 8px 41px 0px 0px;
	color: #000000;	
	float: right;
}

.formCheck {
	width: auto !important;
	height: auto !important;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}

.formError {
	border: #ff0000 1px solid;
	background-image: url(/images/forms/error-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
