/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 490px; 
}

.cform fieldset	{ 
	margin-top:0px; 
	padding:4px 0 10px 0; 
	border:1px solid #adadad; 
	border-top-color:#B6B6B6; 
	background:none; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:bold 20px monospace; 
	color:#1A1A1A;
        border-bottom:1px solid #6A6A6A

	
}
.linklove a {color:#EEEEEE}

ol.cf-ol { 
	margin:0pt!important;
	padding:10px 0pt 0pt!important;
}
ol.cf-ol li	{
	background:none!important; 
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	font:normal 12px monospace; 
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	margin:6px 0pt 6px 10px !important;
	padding:3px 0; 
	text-align:left;
        font-weight:bold

}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:460px; 
	margin:10px 10px 0 0; 
	text-align:left;
	font-size: 10px;
	display:block;
	color:#1A1A1A;
	background:none;
	padding:2px;
	font:normal 12px monospace; 
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 19px 0pt 4px;
	text-align:left;
	width:90px;
}

label.cf-after span {
	width:90px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0px
	border:none;
	vertical-align:top;
	font:normal 12px monospace;
	letter-spacing:1px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	bbackground:white; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	bbackground:white; 
}

span.reqtxt, .emailreqtxt {color:red; margin-bottom:5px; height:10px; margin-top:-5px }

.cform textarea,
.cform input {
	padding:2px 10px 12px;
	border-top: 1px solid #C9C9C9; 
        border-left: 0px solid #C9C9C9;
     	background:url(fancy_white_inp_bg.gif) no-repeat bottom left; 
	width:400px; 
}
.cform select {
	padding:4px;
	background:white; 
	
	width:420px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: monospace;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:380px;
}

input.sendbutton {display:block; width:100px; margin:0 auto; border:none; color:red}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font:bold;
	margin:12px 0pt 4px 10px!important;
	color:#1A1A1A;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 


/*         