/* CSS Document *this is for the registration process
Copyright MM Solutions Internet*/

label{
float: left;
width: 150px;
font-weight: bold;
}
label1{
float: left;
width: 450px;
font-weight: bold;
color:#FF0000
}

input, textarea{
width: 180px;
margin-bottom: 5px;
padding-top:2px;
padding-bottom: 2px;
padding-left:1px;
}

textarea{
width: 250px;
height: 150px;
}
select.title_registration {
width: 170px;
}
select.interest_registration{
width: 170px;
}

.boxes{
width: 1em;
}

#columnarForm fieldset.Submit{
margin-left: 5px;
margin-top: 5px;
width: 50px;
}

br{
clear: left;
}
/* HTML TAGS */




/* IDs */

#columnarForm fieldset
{
	float: left;
	display: block;
	width: 16em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}


#columnarForm input
{
	display: block;
	width: 14em;
}

#columnarForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}
  .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 */
