@charset "utf-8";
/* CSS Document */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
	margin: 0;
}
input{
	background-color:transparent;
}
input.search{
	background-color:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:120px;
	margin-top:8px;
	margin-left:5px;
}
input.textField{
	background-color:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:150px;
	margin-top:8px;
	margin-left:5px;
}

input.searchBut{
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	height:32px;
	width:33px;
	background-color:transparent;
	color:transparent;
}
input.searchOpt{
	/*padding-top:10px;*/
	vertical-align:middle;
}
input#subs{
	background:transparent url(../css_images/newsletterSubscribeButton.gif) no-repeat scroll left top;
	height:32px;
	width:97px;
	cursor:pointer;
	color:#FFF;
	font-size:12px;
	line-height:30px;
	float:left;
	font-weight:bold;
}
.textField2{
	float:left;
	background:transparent url(../css_images/textfieldBG.gif) no-repeat scroll left top;
	height:42px;
	width:600px;
}
.textField3{
	margin-top:10px;
	float:left;
	width:350px;
}
.msgField{
	float:left;
	background:transparent url(../css_images/messageBoxBG.gif) no-repeat scroll left top;
	width:380px;
	height:122px;
}
.msgField textarea{
	width:365px;
	height:102px;
	background-color:transparent;
	color:#FFF;
}
.msgField_pos{
	padding:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.label2{
	height:42px;
	float:left;
	width:250px;
	text-align:right;
	line-height:16px;
	font-size:16px;
}
.checkbox_container{
	float:left;
	width:175px;
}
.checkbox_container2{
	width:400px;
}
.checkbox_container2 .innerLabel{
	width:250px;
}
.innerLabel{
	float:left;
	width:150px;
	height:32px;
	line-height:14px;
}
.innerLabel_pos{
	padding-left:10px;
}
.checkboxstyle{
	float:left;
	height:13px;
	width:13px;
	overflow:hidden;
	color:#000;
	background-color:#FFF;
}
.label2_pos{
	padding-right:20px;
	padding-top:8px;
}
input.contactTxtField{
	background-color:transparent !important;
	width:250px;
	margin-top:8px;
	margin-left:5px;
	color:#FFF;
}
.optionTitle{
	height:30px;
}
#submitBtn{
	float:left;
	background:transparent url(../css_images/submitButton.gif) no-repeat scroll left bottom;
	width:133px;
	height:29px;
	cursor:pointer;
}
#submitBtn:Hover{
	float:left;
	background:transparent url(../css_images/submitButton.gif) no-repeat scroll left top;
	width:133px;
	height:29px;
}
