body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}

* a{
	color: #1A6690;
    text-decoration: none;
}
* a:hover{
	text-decoration: underline;
}
div#contentwrapper {
    float: left;
    width: 100%;
}
div#container .content {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 0;
    padding: 0 0 10px 20px;
}

.content_grey {
    background: none no-repeat scroll 0 50% #F4F4F4;
     border-radius: 10px 10px 10px 10px;
}

.frame {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px 4px 4px 4px;
    margin: 9px 8px 10px -12px;
    min-width: 590px;
    padding: 7px 15px 20px 13px;
}

.header{
	font-size: 24px;
	padding: 20px 10px 10px 10px;
	color: #555555;
}

#sidebar {
    float: right;
    margin-left: -259px;
    width: 242px;
}

.side-box-content{
    background-color: #F6F6F6;
}
.side-box-content{
    color: #444444;
}

.user-info-box{
	float: right; 
	font-size: 10px; 
	font-weight: bold; 
	color: #2A2A2A;
}

.user-info-box a{
	text-decoration: underline;
	color: #2A2A2A;
}

td{
	font-size: 12px;
}

span.errors{
	color: #FF0000;
	font-size: 12px;
}

.contact-heading{
	font-weight:bold;
	padding:10px 0 0;
}

.contact-detail{
	padding:10px;
}

.td-centered{
	text-align: center;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
}

.td-right{
	text-align: right;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
}

.td-left{
	text-align: left;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
}
.register-frame {
	min-height: 385px;
}

.register-frame input{
	width: 300px;
}

.register-frame select{
	width: 300px;
}

@-moz-document url-prefix() {
    .register-frame {
        min-height: 415px;
    }
    .register-frame input{
		width: 300px;
	}
	
	.register-frame select{
		width: 300px;
	}
    
}