div.form_surround{
	background-color:#F0F0F0;
	border-top:1px solid #666666;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	padding:3px;
}
span.form_section{
	margin:0;
	padding:0.5em 0 0 0;
	/*position:relative;*/
	text-transform:uppercase;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
div.form_surround hr{
    /*kind of a goofy way, but Firefox 2 doesn't handle color/background-color well*/
    border:0;
    border-top:1px solid #cccccc;
	margin:0.2em 30px 0 30px;
	height:0;
}
div.form_surround table{
	text-align:left;
	margin:auto;
}
div.form_surround .field_note{
	font-style:normal;
	font-size:10px;
}
div.form_surround td{
	vertical-align:top;
}
/*div.form_surround .text input{
	height:15px;
	font-size:10pt;
}
div.form_surround .submit input,
div.in_form_surround input{
	height:25px;
}*/
div.in_form_surround{
	background-color:white;
	border:1px solid #CCCCCC;
	margin:1em 0;
	padding:3px;
}

td.left{
	text-align:right;
	padding-right:10px;
	width:40%;
}
td.left, div.form_surround td.text{
	padding-top:6px;/*to center vertically*/
}
td.left, span.required, span.optional{
	color:#444444;
	background-color:#F0F0F0;
}
span.required{
	font-weight:bold;
	font-style:normal;
}
td.left, span.optional{
	font-weight:normal;
	font-style:italic;
}

.tabs{
	text-align:center;
	padding:4px 0px;
}
.tabs a{
	padding:4px 6px;
	margin:1px 2px 0 2px;
	/*margin-bottom:3px;*/
	text-decoration:none;
	font-weight:bold;
}
.tabs a.tab_current{
	background-color:#666666;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	color:white;
}
.tabs a.tab:hover{
	background-color:#F0F0F0;
}
.tabs .divider{
	padding:4px 0;
	margin:1px 10px 0 10px;
	border-left:1px solid black;
	display:inline;
}

div.form_surround .field_error{
	background-color:#FAC9C9;
	border:1px solid red;
}

.field_error_pop{
	display:none;
	position:absolute;
	margin:1.2em 0 0 5px;
	z-index:2;
}
.field_error_pop1{
	background:url('../images/pointer_top.gif') repeat-x 5px 0;
	height:6px;
	width:150px;
	font-size:1px;
	margin:6px 0 0 0;
}
.field_error_pop2{
	background:#EEEEEE;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:10px 3px;
	width:142px;
	font-size:x-small;
	margin:0;
}

div.submit{
	margin:1em 0 2em 0;
}

table.padded td,
table.padded th{
	padding:3px;
}
