/** {
	margin:0;
	padding:0;
}*/
body {
margin:0px;	
}
#cont
{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:transparent;
	width:200px;
}/*img {
	border:0;
}*/
 {
	padding:20px;
}

/*Forms defaults*/
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*/*Transparent items
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}

.transparent2 {
	z-index:10;
}*/

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../img/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../img/radio.gif) no-repeat left bottom;
}


/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../img/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../img/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
#offerMid .selectArea {
	width:200px;
	height:21px;
	background-color:#fff;
}
#cont .selectArea {
_border:1px solid #000;
}
#offerMid .selectArea .left {
	background:transparent url(../img/imageLeft.jpg) no-repeat scroll left top;
float:left;
height:21px;
width:10px;
}
#offerMid .selectArea .left {
	_background:transparent;

}
#offerMid .selectArea .right {
	background:transparent url(../img/arrow.jpg) no-repeat scroll left top;
	float:right;
	height:21px;
	width:31px
}
#cont #offerMid .selectArea .right {
	_background:transparent url(../img/arrow2.jpg) no-repeat scroll left top;
}
#content {
	margin-top: 13px;
	margin-bottom: 13px;
}
#cont #content {
	_margin-top: 5px;
	_margin-bottom: 5px;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
#offerMid .selectArea .center {
	width:160px;
	margin-left:9px;
	margin-right:20px;
	color:#000;
	padding-top:3px;
	height:21px;
	background-image:url(../img/bgMid.jpg);
	background-repeat:repeat-x;
	*width:159px;
	
}
#cont #offerMid .selectArea .center {
_width:153px;
_background:transparent;
_height:15px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	/*margin-top:-1px;*/
	/*margin-left:3px;*/
	width:198px;
	background:#fff;
	/*padding:2px;*/
	font-size:11px;
	z-index:20;
	margin-top:2px;
	border:1px solid #000;
	*margin-left:1px;
	_width:200px;
	_margin-top:3px;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
#offerMid .optionsDivVisible a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	
}
.optionsDivVisible a:hover {
	color:#000;
	background:#fff;
	border-color:#000;
}
/*
/*Button
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

