*/*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
    border: 0;
}
body, html {
    color: #373C40;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    height: 100%;
    background-color:#5e5c57;
    margin:0px;
}
body {
    font-size: 70%;
}
p {
    padding: 7px 0 7px 0;
    font-weight: 500;
    font-size: 10pt;
}
a {
    color: #656565;
    text-decoration:none;
}
a:hover{
    color: #abda0f;
    text-decoration: none;
}
h1 {
    font-weight:200;
    color: #888888;
    font-size:16pt;
    background: transparent url(../img/h1.png) no-repeat center left;
    padding-left:33px;
    margin:7px 5px 8px 8px;
}
h4 {
    padding:1px;
    color: #ACACAC;
    font-size:9pt;
    font-weight:100;
    text-transform:uppercase;
}

#header{
	width:900px;
	margin:auto;
	padding:5px;
	text-align:right;
	background:#fff;
}

.form_table{
	width:100%;
	border-collapse:collapse;
	border:0;
}
.form_table tr td{
	padding:4px 5px;
	border-collapse:collapse;
	border:1px solid #fff;
	height:23px;	
}
form.register{
    width:900px;
    margin: 4px auto 0px auto;
    height:auto;
    background-color:#fff;
    padding:5px;
    padding-top:10px;
	padding-bottom:25px;
}

form p{
    font-size: 8pt;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}
form.register fieldset.row1
{
    width:99.5%;
    padding:10px 0;
    float:left;
    border:1px solid #e5e5e5;
    margin-bottom:25px;
}
form.register fieldset.row2
{
    width:49.7%;
    padding:10px 0;
    float:left;
    border:1px solid #e5e5e5;
    margin-bottom:25px;
}
form.register fieldset.row22
{
    width:49.6%;
    padding:10px 0;
    float:left;
    border:1px solid #e5e5e5;
	border-left:none;
    margin-bottom:25px;
}
form.register fieldset.row3
{
    width:33%;
    padding:10px 0;
    float:left;
    border:1px solid #e5e5e5;
    margin-bottom:25px;
}
form.register fieldset.row33
{
    width:33%;
    padding:10px 0;
    float:left;
    border:1px solid #e5e5e5;
	border-left:none;
    margin-bottom:25px;
}
form.register legend
{
    color: #06661D;
    padding:4px 10px;
    margin-left: 14px;
    font-weight:bold;
    font-size: 13px;
    font-weight:bold;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
}
form.register label
{
    min-width:20px;
    font-weight:bold;
}
form.register input{
    width: 135px;
    color: #505050;
    margin-right: 5px;
}
form.register input.long{
    width: 240px;
    color: #505050;
}
form.register input.medium{
    width: 100px;
    color: #505050;
}
form.register input.short{
    width: 40px;
    color: #505050;
}
form.register select
{
    border: 1px solid #E1E1E1;
    width: 141px;
    margin-bottom:3px;
    color: #505050;
    margin-right:5px;
	height: 22px;
}
form.register select.short
{
    width: 60px;
}
form.register input[type=radio]
{
    width:15px;
}
form.register input[type=text]
{
    border: 1px solid #E1E1E1;
    height: 20px;
	padding:0 2px;
	font-size:12px;
}
form.register input[type=password]
{
    border: 1px solid #E1E1E1;
    height: 20px;
	padding:0 2px;
	font-size:12px;
}

.button
{
    background: #abda0f url(../img/overlay.png) repeat-x;
    padding: 8px 10px 8px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
    font-size:18px;
    margin:10px;
	
}
.btn-button{
height: 50px;
width: 120px;
float: left;
margin-left: 300px;
}
.error{
	color:red;
	font-size:11px;
	
}
form.register input[type=text].year
{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:30px;
}
form.register input[type=checkbox] {
    width:14px;
    margin-top:4px;
}

input:focus, select:focus{
    background-color: #efffe0;
}
p.info{
    font-size:7pt;
    color: gray;
}
p.agreement{
    margin-left:15px;
}
p.agreement label{
    width:390px;
    text-align:left;
    margin-top:3px;
}
#logo {
    float: left;
    margin: 10px 0 15px;
    width: 600px;
	color: #0090c6;
    font-size: 24px;
    text-decoration: none;
}
element.style {
    width: 80px;
}

element.style {
    float: left;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.error_icon{
	margin-bottom:-4px;
	display: inline-block;
	width:18px;
	height:18px;
	background: url(../img/error_icon.png) no-repeat;
	z-index:1000;	
	cursor:pointer;
}
