/*///////////SEARCH FORM///////////*/
form.form_Search
{
	position:absolute;
	width:auto;
	right:0;top:20px;
	text-align:right;
}

form.form_Search select
{
	width:168px;
	margin:0 0 5px 0;
	font-size:10px;
}

form.form_Search input#text_Keyword
{
	float:right;
	width:129px;
	margin:0 3px 0 0;
	font-size:10px;
}

form.form_Search input.btn_Search
{
	position:relative;
	float:right;
	width:64px;height:16px;
	background:#007ec6;
	border:1px solid #7f9db9;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:0 0 3px 0;
	cursor:pointer;
}

form.form_Search select#select_Divisions
{
	position:relative;
	width:200px;
}

/*///////////HOMEPAGE BUTTON///////////*/
input.btn_BigBlue
{
	position:relative;
	height:28px;
	background:#007ec6;
	border:1px solid #7f9db9;
	color:#FFF;
	font-weight:bold;
	margin:0 10px 0 0;
	cursor:pointer;
}

/*///////////EMAIL A FRIEND FIELDS///////////*/
#wrapper_EmailAFriend input, input.btn
{
	font-size:10px;
}

input.btn
{
	cursor:pointer;
}

input.btn_AskUs
{
	cursor:pointer;
}

input#submit1
{
	cursor:pointer;
}