/*
 * MDV cformII Form Style
*/
@import "calendar.css";


/*********************************************************************************\
 General
\*********************************************************************************/
.cform
{ 
    margin-top: 15px;
}
.cform fieldset
{ 
	border:none;
    margin-top:10px;
    padding-top: 5px;
	background:none; 
}
.cform .cf_hidden
{
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform legend
{ 
	margin: 0;
    color:#6f7579;
	line-height:1em;
	padding:0pt 0pt 0.3em;
    font: normal 1.6em "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
/* ----------------------------------------------------------------------------- */
ol.cf-ol
{ 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li
{
	padding:0; 
    text-align:left;
    line-height:1.1em;
    margin:8px 0!important;
    background:none!important; 
	list-style:none!important; 
}


/*********************************************************************************\
 Fields
\*********************************************************************************/
ol.cf-ol li.textonly
{
	padding:3px 0; 
	text-align:left;
	font-size:15px;
    letter-spacing:1px;
}
/* ----------------------------------------------------------------------------- */
.cform label
{
	width:70%;
    display:block;
    text-align:left;
    font-size: 1.1em;
	line-height:1.3em;
    margin:12px 0pt 2px;
}
label.cf-before
{
	width:100px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/	
	margin:4px 5px 0 0; 
	vertical-align:top;
}
label.cf-after
{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/	
	margin:4px 0 0 6px;
	width:120px;
	text-align:left;	
	vertical-align:top;
}
label.cf-before span,
label.cf-after span
{
	display:block;
}
label.cf-group-after
{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 2px;
	width:86px;
	text-align:left;
	vertical-align:top;
}
label.cf-group-after span
{
	width:86px;
	display:block;
}
/* ----------------------------------------------------------------------------- */
.cform input,
.cform textarea,
.cform select
{ 
	color:#dddede;
    padding:6px 3px;
	background: #383f42; 
    border: 1px solid #525c60;
    font-family: "Courier New", Courier, monospace;
}
.cform input:hover, .cform textarea:hover, .cform select:hover,
.cform input:focus, .cform textarea:focus, .cform select:focus
{
	background:#3e4649; 
}
.cform textarea,
.cform input
{
	width: 450px;
}
.cform select
{
    width: 458px; /* attempt to have equal length */
}  
.cform select.cfselectmulti
{ 
	height:6.5em; 
}
.cform textarea
{
	height: 6em;
	overflow:auto;
}
/* ----------------------------------------------------------------------------- */
ol.cf-ol li.cf-box-title /* Radio Button */
{
	font-size:15px;
	letter-spacing:2px;
	margin:15px 0pt 0pt !important;
}
/* ----------------------------------------------------------------------------- */
.cform input.cf-box-a, /* Check Boxes */
.cform input.cf-box-b
{
	vertical-align:top;
	margin:2px 0 0 0; 
	width:16px;
	height:22px;
	border:none; 
	background:none;
}
/* ----------------------------------------------------------------------------- */
ol.cf-ol li.cf-box-group /* Groups */
{
	padding: 0 0 5px 0; 
} 
/* ----------------------------------------------------------------------------- */
span.reqtxt,
span.emailreqtxt
{ 
    color:#6f7579;
	font-size:10px;
	text-align:left;
	margin-left:3px;
    vertical-align:top;
    display:inline-block; /*for Opera & IE*/
    display:-moz-inline-box; /*for mozilla*/
}


/*********************************************************************************\
 Buttons
\*********************************************************************************/
p.cf-sb
{
	margin: 0;
    padding: 0!important;
	text-align:left;
}
/* ----------------------------------------------------------------------------- */
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton
{
    width:140px;
    /*float: right;*/
    color: #dddede;
    font-size: 90%;
    text-align:center;
    font-weight: normal;
    border: 1px solid #525c60;
    background-color: #383f42;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.cform input.resetbutton
{
	width: auto;
}
.cform input.backbutton
{
	width: auto;
}

/*********************************************************************************\
 Error Output
\*********************************************************************************/
ol.cf-ol li.cf_li_err
{
	color: #d8000c;
    margin:5px 0!important;
    padding:5px 0!important;
}
ol.cf-ol li ul.cf_li_text_err
{
	padding:0;
	color:#f8f1f1;
    margin:0 0 0 5px;
}
ol.cf-ol ul.cf_li_text_err li
{
    font-weight:bold;
	font-size:1.1em;
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before
{
	content:'';
}


/*********************************************************************************\
 Visitor Verification
\*********************************************************************************/
label.seccap
{
	margin-top: 6px;
}
label.secq,
label.secq span
{
	display:inline;
}
label.secq
{
	vertical-align:middle;
}
input.secinput
{
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}
/* ----------------------------------------------------------------------------- */
#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha
{
	margin: 0;
    height:15px;
	width:50px;
	padding: 4px 4px 5px;
	vertical-align:middle;
}
/* ----------------------------------------------------------------------------- */
img.captcha
{
	vertical-align:top;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}
img.captcha-reset
{
	vertical-align:top;
	background:	url(captcha_reset_black.gif) no-repeat;
	border:none!important;
	margin-left:3px;
	width:21px;
	height:21px;
}
img.imgcalendar
{
	border:none;
}


/*********************************************************************************\
 Invalid Input
\*********************************************************************************/
.cform .cf_error
{
	padding:3px;
    color:#d8000c;
	width: 450px;
}
.cform .cf_errortxt,
div.mailerr
{
	color:#d8000c;
}
div.mailerr
{
	display:block;
}

/*********************************************************************************\
 Response Text
\*********************************************************************************/
div.cf_info
{
	color:#f8f1f1;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px 0;
}
div.cf_info ol
{
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li
{
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a
{
	color:white!important;
	text-decoration:underline!important;
}
/* ----------------------------------------------------------------------------- */
div.success
{
	width:420px;
    display:block;
    color: #1f2326;
    border: 1px solid #a6c63c;
    background-color: #7e9d47;
}
div.failure
{
	width:420px;
    display:block;
    color: #d8000c;
    border: 1px solid #d8000c;
    background-color: #ffbaba;
    
}
div.waiting
{
	width:420px;
    display:block;
	color:#1f2326;
    background:#fff59b;
}

/*********************************************************************************\
 Special Fields
\*********************************************************************************/
[disabled]
{
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled
{
	border-color:#dddddd!important;
}
.cform input.cf_upload
{
	width:220px;
	background-color: #383f42;
	border: 1px solid #525c60;
}
/* ----------------------------------------------------------------------------- */
.linklove
{
	width:450px;
	margin:6px 0 10px!important;
	padding:0!important;	
	text-align:left!important;
}
.linklove a,
.linklove a:visited
{
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*********************************************************************************\
 Browser Hacks
\*********************************************************************************/
* html .cform legend
{ 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset
{
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend
{ 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
*+html .cform fieldset
{
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol,
* html ol.cf-ol li
{	
	display:inline-block; /*for IE6!!*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li
{	
	display:inline-block; /*for IE6!!*/
}
* html img.captcha
{
	margin-top:1px!important;
}
*+html img.captcha
{
	margin-top:1px!important;
}

