input{
	color:#ffffff;
	border-width:1px;
	border-style:solid;
	background-color:#292929;
	border-color:#F8CD4D;
}
input:focus{
	color:#000000;
	background-color: #ffffff;
}
select{
	color:#ffffff;
	border-width:1px;
	border-style:solid;
	background-color:#292929;
	border-color:#F8CD4D;
}
select:focus{
	color:#000000;
	background-color: #ffffff;
}
textarea{
	color:#ffffff;
	border-width:1px;
	border-style:solid;
	background-color:#292929;
	border-color:#F8CD4D;
}
textarea:focus{
	color:#000000;
	background-color: #ffffff;
}


.policy{font-family:Tahoma; font-size:12px;  color:#878787;}
.white{font-family:Tahoma; font-size:12px;  color:#ffffff; text-decoration:none;}
.black{font-family:Tahoma; font-size:12px;  color:#000000; text-decoration:none;}
.main{font-family:Tahoma; font-size:12px;  color:#F8CE4D; line-height:12px; text-decoration:none;}
.mainOpp{font-family:Tahoma; font-size:12px;  background-color:#F8CE4D; line-height:12px; text-decoration:none;}
.mainOpp a.white:hover {color:#000000;}
a.main:hover{color:#ffffff;}


#input{
	width:223px; height:20px;
	border-width:1px;
	border-style:solid;
	background-color:#292929;
	border-color:#F8CD4D;
	padding-left:3px;
	font-weight:900; padding-top:2px
}
	 
	
#textarea{
	width:223px; height:132px;
	border-width:1px;
	border-style:solid;
	background-color:#292929;
	border-color:#F8CD4D;
	padding-left:3px;
	font-weight:900; padding-top:2px;
	font-weight:900;
	overflow:auto
}

.headerText {
	font-weight: bold;
	color: #ffffff;
}
.whiteButton {
	background-color: #ffffff;
	color: #000000;
}

.smallWhite {
	color: #ffffff;
	font-size:8pt;
}
.bottomRightBorder {
	border-right:1px;
	border-right-style:solid;
	border-right-color:white;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:white;
	text-align:left;
}
