
/* General CSS */
body {
	font-family: Verdana, Arial, helvetica, sans-serif; 
	font-size: 14px; 
	color:#000000; 
	text-decoration: none;
}

form {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:underline; color: #285992;
	/*font-size:12px;
	margin-bottom:2px;*/
}

a:hover{ color: #ff0300; text-decoration:underline; }

a img {
	border:none;
}


img.help {
	cursor:pointer;
}

div.clear {
	clear:both;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

div.error_msg {
	margin:0px 3px 10px 3px;
	border:1px dashed #aa0000;
}
div.error_msg div{
	margin:3px;
	color:#dd0000;
	font-weight:bold;
}



/* General Convention CSS */

div.convention_registration input {
	font-family:Verdana, Arial, helvetica, sans-serif; 
	font-size:11px;
	width: 300px;
}

div.convention_registration textarea {
	font-family:Verdana, Arial, helvetica, sans-serif; 
	font-size: 11px; 
}

div.convention_registration select {
	font-family:Verdana, Arial, helvetica, sans-serif; 
	font-size:11px;
}



div.convention_registration {
	text-align:left;
}
div.convention_registration div.float_left {
	float:left;
}
div.convention_registration div.padding {
	margin:3px 2px 3px 5px;
}

div.convention_registration div.title {
	font-family: Arial, helvetica, sans-serif; 
	font-size: 11pt; color:#772221;
	font-weight:bold; 
}

div.convention_registration div.required_message {
	
}

div.convention_registration span.required {
	font-weight:bold;
	color:#cc0000;
	font-size:13px;
}

div.convention_registration div.form {
	margin: 5px 0px 0px 0px;
}

div.convention_registration div.form div.field_label {
	float:left;
	text-align:right;
	width:140px;
}
div.convention_registration div.form div.field_label_review {
	float:left;
	text-align:right;
	width:110px;
}


div.convention_registration div.form div.field_value {
	float:left;
}

div.convention_registration div.form div.field_cb {
	float:left;
	width:25px;
}
div.convention_registration div.form div.field_special_meal {
	float:left;
	width:170px;
}
div.convention_registration div.form div.field_cb_value {
	float:left;
}
div.convention_registration div.form div.field_cb_value input {
	width:225px;
}







div.convention_registration div.section_title {
	font-size:13px;
	font-weight:bold;
}

div.convention_registration div.fees_bar {
	background-color:#cccccc;
}
div.convention_registration div.events_bar {
	background-color:#cccccc;
	width:500px;
}

div.convention_registration div.price_section_title
{
	font-size:12px;
}



div.convention_registration div.price_title {
	float:left;
	width:300px;
}
div.convention_registration div.price_before {
	float:left;
	width:100px;
	font-weight:bold;
}
div.convention_registration div.price_after {
	float:left;
	width:100px;
}






