@charset "utf-8";
/* 
*
*	Stylesheet for DBGformUTS jQuery plugin.
*
*	v. 1.0.3
*
**/


.fauxInputText {
	width: 236px;
	height: 37px;
	background: url(fauxinputtext.png) no-repeat;
	margin-bottom: 12px;
}


.fauxInputText input, .fauxselectdisplay {
	border: none;
	background-color: transparent;
	width: 228px;
	margin-top: 8px;
	margin-left: 4px;
	outline: none;
	color: #003f62;
}

input.isplaceholder {
	color: rgba(0,63,98,0.3);
}

.fauxSelect, .fauxGotoSelect {
	width: 236px;
	height: 38px;
	margin-bottom: 12px;
	cursor:pointer;	
}

.fauxChooserContainer {
	width: 236px;
	height: 37px;
	background: url(fauxselect.png) no-repeat;
}

.fauxGotoSelect input {
    color: #003F62;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.isactiveselect {
	background: url(fauxselectactive.png) no-repeat;
}

.fauxselectdisplay {
	width: 200px;
}

.fauxOptionsContainer {
	display: none;
	position: absolute;
	margin-top: 0px;
	width: 236px;
	background: url(fauxoptions.png) no-repeat;
	background-position: center bottom; 
	z-index: 1000;
}

.fauxOptionsContainer ul {
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-top: 4px !important;
	padding-left: 16px !important;
}

.fauxOptionsContainer li {
	font-family: Verdana !important;
	font-size: 12px !important;
	color: #003f62 !important;
	font-weight: bold !important;
	height: 20px !important;
}



