.formfield {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.formtitle {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	text-align:center;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.formtitle2 {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	text-align:left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.formblock2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #1881d3;
}

.formblocktitle2 {
	font-family : verdana;
	font-size : 13px;
	font-weight : bold;
	color : #1881d3;
	text-decoration : none;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.formblock {
	border: 1px solid #999999;
}

.formblocktitle {
	border-bottom: 1px dashed #1881d3;
	font-family : verdana;
	font-size : 13px;
	font-weight : bold;
	color : #1881d3;
	text-decoration : none;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.submit_button {
	border:solid #1881d3 1px;
	background: #00CCFF;
	color: #ffffff;
}

div.block {
	text-align: center; /* FOR IE*/
}

div.container {
	border-bottom: 1px dashed #1881d3;
	text-align: center; /* FOR IE*/
	margin-bottom: 5px;
	padding: auto;
}

/* REGISTRATION FORM - ADD PERSON BLOCK*/

div.person_container {
	border: 1px solid #999999;
	margin-top: -5px;
	margin-bottom: 8px;
	text-align: center; /* FOR IE*/
	padding: auto;
}

div.form_select_cell {
	text-align: left;
	width: 17%;
	margin: 2px;
	float: left;	
}

div.form_field_cell {
	width: 70%;
	padding: 2px;
	margin: 2px;
	text-align: left;
	float: left;	
}

/* END */


div.row {
	text-align :center; /* FOR IE*/
}

div.title_cell {
	text-align: center;
	width: 17%;
	margin: 1px;
	float: left;	
}

div.field_cell {
	width: 70%;
	padding: 2px;
	margin: 1px;
	text-align: left;
	float: left;	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.addbutton {
	text-align: right; /* FOR IE*/
	margin-top: 5px;
	padding-right: 2px; 
	padding-bottom: 2px;
}

.fees_cell {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.fees_cell A {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #1881d3;
	text-decoration : none;
}

.fees_cell A:HOVER {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color: #999999;
	text-decoration : none;
}

.payment_cell {
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

div.rida span.right {
	float: right;
	text-align: right;
	width: 49%;
}

div.rida span.left {
	float: left;
	text-align: left;
	width: 49%;
}