#webform {
	text-align:center;
}
#webform .label {
	color: #999999;
	text-align:right;
	width:40%;
}
#webform .field {
	color: #999999;
	text-align:left;
	margin-left:4px;
	width:60%;
}
#webform input, #webform select, #webform .radio {
	height:18px;
	width:200px;
	background-color:#EAEAFF;
	border:1px solid #CCCCFF;
	color:#444;
}
#webform select {
	height:22px;
	font-size:11px;
	width:200px;
	background-color:#EAEAFF;
	border:1px solid #CCCCFF;
	color:#444;
}
#webform .radio {
	width:16px;
	height:auto;
	color:#000;
	text-align:left;
	margin-left:4px;
	background-color:#FFFFFF;
	border:0;
} 
#webform textarea {
	height:100px;
	width:200px;
	background-color:#EAEAFF;
	border:1px solid #CCCCFF;
	color:#444;;
}
#webform input.check {
	width:16px;
}
#webform textarea.long {
	height:90px;
	width:500px;
	background-color:#EAEAFF;
	border:1px solid #CCCCFF;
	color:#444;;
}
#webform .buttons, #webform .buttonprint {
	border: 1px solid silver; 
	background: #37395F; none repeat scroll 0%; 
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	font-family: tahoma; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 8pt; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: white;
	cursor:pointer;
	width:100px;
}

#webform .buttonprint {	
 	font-size:12px;
 	border:1px solid #6E7031;
    	color:#FFFFFF;
    	height:24px;
    	width:150px;    	
}
#webform li {
	list-style-image:url(../images/arrow.gif);
	margin: 2px 0 0 5px;
}
#webform fieldset {
	width:80%;
	margin:0 auto;
	padding-right:5px;
	padding-bottom:24px;
}
#webform fieldset li {
	list-style-image:url(../images/arrow.gif);
	margin: 2px 0 0 5px;
}
.cckformradio {
	height:40px;
	background:#CCC url(../images/selector_bg.jpg) repeat-x;
	padding:4px 6px 4px 10px;
	width:10px;
	text-align:right;
}
.cckformtitle {
	width:530px;
	height:40px;
	background:#CCC url(../images/selector_bg.jpg) repeat-x;
	padding:9px 6px 4px 10px;
	font-weight:bold;
	text-align:left;
} 
#webform td.header {
	background-color:#005BA6;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
#webform td.content1 {
	text-align:left;
	/*background-color: #DDEEFF;*/
	background-color: #EAEAFF;
}
#webform td.content2 {
	text-align:left;
	background-color: #FFFFFF;
}
.cbotowns {
	padding:2px 0 2px 10px;
}
#formsection {
	border-right:1px solid #CCCCFF; 
	border-left:1px solid #CCCCFF;
	height:auto;
	padding:5px 5px 5px 7px;
	text-align:left; 
	vertical-align:top;
}
#formsection a.selected {
	color:#FF9900;
	font-weight:bold;
}
#formsection a:hover {
	color:#AEAEAE;
}

/*TABLE STYLES*/
#webform td.content, td.content_r, td.content_b, td.content_br {
	text-align:left;
}
#webform td.content_b, td.content_br {
	background-color:#CCCCFF;
	border-left:1px solid #EAEAFF;
	border-bottom:1px solid #EAEAFF;
}
#webform td.content, td.content_r {
	border-left:1px solid #EAEAFF;
	border-bottom:1px solid #EAEAFF;
}
#webform td.content_r {
	border-right:1px solid #EAEAFF;
}


/*CALENDAR STYLES*/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

