/*Transparent items*/
.transparent 
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake 
{
	background:none;
	border:none;
}
.transparent2 
{
	z-index:10;
}

/*Selects*/
.selectArea, .selectAreaG 
{
	margin:0 5px 0 0;
	width:95px;
	height:15px;
	background:url(../images/formsAdvanced/select_bg.gif) repeat-x left top;
}

.selectAreaG
{
	background:url(../images/formsAdvanced/select_bgG.gif) repeat-x left top;
	margin:0 20px 0 0;
	float:left;
}

.selectArea .left, .selectAreaG .left 
{
	width:1px;
	height:15px;
	float:left;
	background:url(../images/formsAdvanced/select_left.gif) no-repeat left top;
}

.selectAreaG .left
{
	background:url(../images/formsAdvanced/select_leftG.gif) no-repeat left top;
}

.selectArea .right, .selectAreaG .right 
{
	width:22px;
	height:15px;
	float:right;
	background:url(../images/formsAdvanced/select_right.gif) no-repeat left top;
}

.selectAreaG .right
{
	background:url(../images/formsAdvanced/select_rightG.gif) no-repeat left top;
}

.selectArea .right a, .selectAreaG .right a 
{
	display:block;
	width:20px;
	height:15px;
}

.selectArea .right i, .selectAreaG .right i 
{
	display:none;
}
.selectArea .center, .selectAreaG .center 
{
	width:66px;
	margin-left:3px;
	color:#fff;
	padding-top:1px;
	text-align:left;
}

.selectAreaG .center
{
	color:#008D3B;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible 
{
	position:absolute;
	margin-top:-4px;
	width:102px;
	background:#BFD85A;
	padding:1px;
	font-size:10px;
	z-index:20;
}
.optionsDivInvisible 
{
	display:none;
}
.optionsDivVisible 
{
	display:block;
}
.optionsDivVisible p 
{
	margin:0;
	padding:0;
}
.optionsDivVisible a 
{
	color:#000;
	text-decoration:none;
	display:block;
}
.optionsDivVisible a:hover 
{
	color:#FFF;
	background:#004719;
}

