/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 620px; 
}

.cform fieldset	{ 
	margin-top:5px; 
	padding:5px 0 5px 0; 
	border: none;
	border-top: 1px solid #cedfee;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px; display:none
}                                                   */
.cform label {
	width:130px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	color: #085164;
	font:1em Trebuchet MS,sans-serif;
}
.cform label span {
	width:130px; /* must be the same as above!*/
	display:block;
}

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:1em Trebuchet MS,sans-serif;
	color:#085164;

	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #ACDFFA;

}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
}

.cform textarea,
.cform input {
	width:288px; 
}
.cform .checkboxes input {
	width:26px; 
}
.cform select {
	width:296px; /* attempt to have equal length */
}  

.cform textarea {
	font-family: arial;
	font-size: 1em;
	overflow:auto;
}

.cform input.sendbutton	{ 
	width:300px;  
	padding:3px; 
	font-size:1.5em;
	background:url(i/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
 
[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}                                                

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:10px;
	padding-top:10px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
