@charset "utf-8";
/* CSS Document */

.mangoFrm{
	width: 688px;
	margin-left: 36px;
	font: 14px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 32px;
	margin-right: 0px;
}
 
/* 	
	UrMood pure css forms v2.0
	Author: Stephen Sinclair
	Date: 30/11/06
*/

/*** START CSS FORMS ***/
.fullWidth{
	width: 736px!important;
}

.mangoFrm label{
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 12em;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	clear: left;
}

.mangoFrm fieldset fieldset, .mangoFrm textarea, .mangoFrm input, .mangoFrm select{
	margin-left: 12em;		/* SET THIS TO THE "LABEL WIDTH" FROM ABOVE */
}


.mangoFrm textarea, .mangoFrm input, .mangoFrm select{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: -1em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	float:left;
}
.mangoFrm input:focus, .focus
{
	color: #3B3830;
	border-color: #990000;
	border-style: solid;
	background: #DAE6FE;
}

.mangoFrm img {
	margin-left: 12em;
}


.mangoFrm fieldset{
	padding-bottom: 0.83em;	/* ADDS PADDING TO FIELDSET TO STOPS OPERA DISPLAYING INCORRECTLY */
	clear: left;
	border: 1px solid #C2D1EB;
	margin-bottom: 10px;
	position: relative;
}
.mangoFrm legend {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
.mangoFrm hr {
	margin: 15px 0px 10px;
	height: 1px;
	position: relative;
	color: #F3F7FC;
	background-color: #F3F7FC;
	border-style: none;
}



.buttonFieldset{border: 0; padding: 0.17em;}
.inputInline{margin: -1em 0 0 0;}
.fullWidth {
	width: 480px!important;

}
.fullWidth input, .fullWidth textarea {
	clear: both!important;
	float: none!important;
	width: 486px!important;
	margin: 5px 24px 10px;
}
.tinyMceTextArea{
	width: 684px;
	position: relative;
	margin-left: 20px!important;
	top: 10px!important;
	left: 20px!important;
}
label.error
{
	margin-top: 0em;
	padding-left: 16px;
	background: url(/img/forum/icn_error.png) no-repeat 0 50%;
	color: #990000;
	margin-left: 180px!important;
	width: auto!important;
	text-align: left!important;
	margin-bottom: 5px;
}
.frmAlert {
	border: 1px solid #FFB0B0;
	margin: 20px 35px;
	padding: 5px;
	background: #fff;
}
.frmAlert h4 {
	position: relative!important;
	margin: -16px 5px 0px 1px!important;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
	float: left!important;
	color: #666666!important;
	font-weight: bold!important;
}
.frmAlert p {
	margin-right: 20px!important;
	margin-left: 20px!important;
}
.postTools {
	height: 24px;
	position: relative;
	margin-left: 25px;
}

.postTools a {
	display: block;
	float: left;
	height: 22px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background: #D7E2F7;
	margin-right: 2px;
	border-top: 2px solid #EAF0FB;
	border-right: 1px solid #B3C8F0;
	border-bottom: 1px solid #B3C8F0;
	border-left: 2px solid #D7E2F7;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.postTools a:hover {
	color: #fff;
	background: #F87F26;
	border-color: #FBB17B #F43E00 #F43E00 #FBB17B;
}
.widthAuto {
	width: auto!important;
}
.hideFrm {
	display: none;
}
.noMargins {
	margin-left: 10px!important;
}#dateHolder {
	height: 40px;
	margin-left: 168px;
}
fieldset .intro {
	margin-right: 25px!important;
	margin-left: 25px!important;
	padding: 0px!important;
	font-size: 12px;
}
#specsTbl label.error
{
	font-size:10px;
	display: block!important;
	margin: 0px!important;
	padding: 0px!important;

}input[type=submit] {
	margin-top: 10px;
	margin-left: 10px;
}
#address, #directions {
	width: 480px!important;
}
#address_tbl, #directions_tbl {
	position: relative!important;
	margin-left: 168px!important;
}

