/* =content/forms */
form {
	background: #d8d7d7;
	float: left;
	margin-bottom: 18px;
	margin-top: 10px;
	position: relative;
	width: 480px; 
	padding: 0 15px 0px;
}

/*
form a {
	text-decoration: none;
	color: white;
	float: left;
}
*/

form fieldset {
	padding: 0 0 0px 0;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	float: left;
}

form label {
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	font-size: 90%;
	float: left;
	width: 480px;
}

form label.checks {
/*	width: auto; */
	margin-right: 10px;
	margin-bottom: 10px;
}

form label small {
	font-size: 75%;
}

form input {
	width: 474px;
	margin-bottom: 3px;
}

form select {
	width: 480px;
	margin-bottom: 10px;
	margin-top: 0;
}

form select.combo {
	height: 70px;
}

form textarea {
	width: 468px;
	height: 50px;
	margin: 0 0 3px 0;
}

form input.checkbox {
/*	width: auto;
	margin-left: 5px;
	position: relative;*/
	vertical-align: middle;
}

button.searchBtn {
	width: 94px;
	height: 31px;
/*	float: right; */
	border: 0;
	text-indent: -3000px;
	cursor: pointer;
	background: url(/images/proglobal/bt_search2.gif) no-repeat;
/*	margin-left: 18px;
	margin-top: 5px; */
}

button.searchBtn:hover {
/*	background-position: 0 -25px; */
}

a.advancedBtn {
	text-indent: -3000px;
	float: right;
	background: url(/images/classic/advanced-btn.png) no-repeat;
	width: 100px;
	height: 25px;
	margin-top: 5px;
}

a.advancedBtn:hover {
	background-position: 0 -25px;
}

button.sendBtn {
	width: 86px;
	height: 31px; 
	float: right;
	border: 0;
	text-indent: -3000px;
	cursor: pointer;
/*	background: url(/images/classic/send-btn.png) no-repeat; */
	background: url(/images/proglobal/bt_send.gif) no-repeat;
/*	margin-left: 18px;
	margin-top: 5px; */
}

button.sendBtn:hover {
/*	background-position: 0 -25px; */
}

button.float-right {
	float: right;
	
}

span.req {
	margin-left: 5px;
	color: #cf3b19;
}

small#key {
	position: absolute;
	right: 15px;
	top: 10px;
}

/* =content/forms/quicksearch */
form#quick-search h3 {
	padding-top: -5px;
	margin-left: -10px;
	margin-bottom: 0;
	text-indent: -3000px;
	font-size: 120%;
	text-transform: uppercase;
	width: 170px;
	height: 50px;
	background: url(/images/classic/quickSearch-title.png) no-repeat 0 0px;
}

/* =content/forms/keywordsearch */
form h3 {
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 120%;
	text-transform: uppercase;
	color: white;
}