@charset "UTF-8";
/* CSS Document */

  /*  FORMS   */
  
input, textarea {color: #666; margin-bottom:10px}

.asterisk-style {color:red}

label {font-weight:normal}

/*Transparent items*/
.transparent {
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}


/*dropdowns*/

.dropdown {
	width:180px;
	height:21px;
	font-size:12px;
	padding:2px ;
	border:1px solid #BBB;
	margin-bottom:10px
}


/*Text inputs*/
.textinput, .textinputHovered {
	width:164px;
	height:15px;
	background:url(../images/space-notrans.gif) repeat;
	border:1px solid #BBBBBB;
	padding:2px 6px;
	margin-left: 10px
}

#cn-repeat #MsgEmail {width: 138px}

.textinputHovered {
	border:1px solid #333;
	color:#333
}


/*Text areas*/
.textarea, .textareaHovered {
	width:164px;
	height:125px;
	background:#FFF;
	border:1px solid #BBBBBB;
	padding:2px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 10px
	
}
.textareaHovered {
	border:1px solid #333;
	color:#333;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
	border:1px solid #BBB
}
.checkboxAreaUnchecked {
	background: #333333;
}
.checkboxAreaChecked {
	background:url(../images/form/checkbox.gif) no-repeat left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:26px;
	height:26px;
	color:#E6D198;
	font-weight:bold;
	padding:26px 5px 2px 5px;
	border:1px solid #A9A9A9;
	cursor:pointer;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	overflow : hidden; /* hides button text */
}
.buttonSubmitHovered {
	color:#FFF;
}

/*ButtonLarge*/
.button2Submit, .button2SubmitHovered {
	width:104px;
	height:30px;
	border: none;
	cursor:pointer;
	font-size: 12px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	overflow : hidden; /* hides button text */
	margin-left:44%;
	background: url('../images/core/button.gif') top no-repeat
}
.button2SubmitHovered {
	background: url('../images/core/button.gif') bottom no-repeat;
}

#errorMessage, #errorMessageLast {float:right; margin-top:-19px; z-index:5000; position:relative; margin-right:5px; font-weight:bold}
#errorMessageLast {margin-right:35px}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
