.formsbox {font-size:16px; line-height: 22px!important;font-weight: bold;}

.formsbox a:active { outline: none; }
.formsbox a:focus { -moz-outline-style: none; }

.formsbox img {border:0;}

.formsbox ul {
    list-style: none;
}

.formsbox ul li {
	padding-bottom: 5px;
}

.formsbox ul li span {
	color:#696969;
	font-weight: normal;
    display: block;
}

.formsbox ul li ul.errorlist {
    padding: 10px 0px 0px 5px;
    margin: 0;
    color: #ff97cd;
}

.formsbox ul li ul.errorlist li {
	padding: 0;
}

/*Forms defaults - change as needed*/

.formsbox label {
	color:#696969;
	cursor:pointer;
	padding: 2px 4px 2px 4px;
	margin-left: 5px;
	line-height:24px;
    display: block;
}
.formsbox label.chosen {color:#333; /*background-color: #ff97cd;*/}

/*Standard select for niceform*/
.formsbox .niceform select {
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #333;
	padding:10px 8px;
	margin-bottom: 8px;
	height: 41px;
	width: 300px;
	overflow: hidden;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:20px;
	height:19px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(/site_media/img/forms/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/site_media/img/forms/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:20px;
	height:19px;
	font-size:0;
	padding:0;
	margin: 4px 0 0 0;
	cursor:pointer;
}
.checkboxArea {background:url(/site_media/img/forms/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/site_media/img/forms/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.formsbox input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px!important;
	color:#404040;
	font-weight: bold;
}

.textinput, .textinputHovered {
	height:24px;
	background:url(/site_media/img/forms/input_bg.gif) repeat-x left top;
	border:none;
	padding:10px 0;
	vertical-align:middle;

}


.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
	height:44px; /* for IE */
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(/site_media/img/forms/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(/site_media/img/forms/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(/site_media/img/forms/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(/site_media/img/forms/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(/site_media/img/forms/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(/site_media/img/forms/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(/site_media/img/forms/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(/site_media/img/forms/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:300px;
	height:41px;
	background:url(/site_media/img/forms/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:7px;
	height:41px;
	float:left;
	background:url(/site_media/img/forms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:39px;
	height:41px;
	float:right;
	background:url(/site_media/img/forms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block!important;
	width:300px;
	height:41px;
	margin-left:-179px;
	position:absolute;

}
.selectArea .right i {display:none;}
.selectArea .center {
	width:240px;
	color:#FFF;
	padding:10px 0 0 10px;
	overflow:hidden;
	white-space:nowrap;

}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#a23f7d;
	padding:0px;
	font-size:16px;
	z-index:20;
	border: 1px solid #50203e;
	border-top: 0px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:8px 16px;
	border-top:1px solid #b8478e;
	position: relative;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#d61378;
	border-color:#bd4c93;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:49px;
	color:#FFF;
	font-weight:bold;
	padding:0;
	background:url(/site_media/img/forms/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:top; height:49px;}

.loader {
	border: 1px solid #dddddd;
	margin: 10px;
	padding: 10px;
	text-align: center;
	color:  #b8478e;
}

.textinput, input { width: 285px; }