html,body{
	margin:0;
	padding:0;
}

.top{
	width:307px;
	margin:0 auto;
	height:140px;
	text-align:center;
}

	
	.top .right_img{
		float:right;
		height:68px;
		margin-right:15px;
		
	}
	
	h1{
		font-size:30px;
		float:left;
		font-family:arial;
		padding-left:20px;
		color:#c51e3a;
		font-weight:normal;
	}
	
	#login_wrapper{
		width:100%;
		float:left;
		position:absolute;
		top:20%;
	}
	
		#login_wrapper #loginform{
			width:267px;
			height:250px;
			margin:0 auto;
			background:url(../images/login_box_03.png) no-repeat;
		}
		
			#login_wrapper #loginform ul{
				list-style-type:none;
				margin:0;
				padding:0;
				font-family:arial;
				font-size:12px;		
				padding-left:20px;				
			}
			
			#login_wrapper #loginform ul li{
				margin-bottom:10px;
				float:left;
			}
			
				#login_wrapper #loginform label{
					width:75px;
					float:left;
					text-align:right;
					color:#fff;
					line-height:20px;
				}
				
				#login_wrapper #loginform input{
					width:115px;
					float:left;
					margin-left:5px;
					border:none;
					
				}
				
				#login_wrapper #loginform input[type="submit"]{
					background: url("../images/login_box_03_03.png") no-repeat scroll 0 4px transparent;
					color: #FFFFFF;
					height: 27px;
					width: 53px;
				}
				
				#login_wrapper #loginform input[type="submit"]:hover{
					background-position:0 -22px;
				}
				
				#login_wrapper .title{
					text-align:center;
					padding-top:25px;
					margin-bottom:45px!important;
					font-size:16px;
					float:left;
					width:100%;
					color:#fff;
				}
				
#overlay {
    background-color: #FFFFFF;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.popbox {
    background-color: #FFFFFF;
    border: 1px solid #A5A4A5;
    box-shadow: 0 0 4px #000000;
    display: none;
    padding: 8px;
    z-index: 99999;
}
.popbox .close {
    color: #FFFFFF;
    font-family: CalibriBold;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 5px;
    text-align: right;
    text-decoration: none;
    top: -23px;
    width: 100px;
}
.popbox .close span {
    background: url("../img/close.gif") no-repeat scroll left top transparent;
    float: right;
    height: 19px;
    margin-left: 7px;
    width: 19px;
}
.white.close span {
    background-color: #40688A;
}
.poptitle {
    border-bottom: 1px solid #3BB8D4;
    color: #014869;
    float: left;
    line-height: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
    width: 100%;
}
.popcontent {
    border-top: 1px solid #000000;
    float: left;
    padding-top: 15px;
    width: 100%;
}
.popclose {
    background: url("../img/close_popup.gif") no-repeat scroll center center transparent;
    height: 10px;
    position: absolute;
    right: 10px;
    text-indent: -999999px;
    top: 10px;
    width: 10px;
}


#registration, #quickcontact {
    background-color: #EFEDEE;
    box-shadow: 0 0 5px #DDDDDD inset;
    float: left;
    width: 356px;
}
#registration .title, #quickcontact .title {
    color: #000;
    float: left;
    font-family: Arial;
    font-size: 30px;
    padding: 0 30px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#registration .title span, #quickcontact .title span {
    border-bottom: 1px solid #838182;
    float: left;
    line-height: 72px;
    width: 296px;
}
#registration .title img, #quickcontact .title img {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 5px;
}
#registration .body, #quickcontact .body {
    background: url("../img/challenges_bg.png") repeat-x scroll left top transparent;
    float: left;
    height: auto;
    padding: 0 30px;
    width: 296px;
}
#registration .body ul, #quickcontact .body ul {
    float: left;
	list-style-type:none;
	margin:0;
	padding:0;
}
#registration .body ul li.row, #quickcontact .body ul li.row {
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

#registration .body ul li.row label{
	font-family:arial;
}


#registration .body input, #quickcontact .body input {
    float: left;
    width: 284px;
}

.buttons{
	padding-left:30px;
	margin-top:20px;float:left;
	width:200px;
}

.buttons span,
.buttons a{
	font-family:arial;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
	float:left;
}

#registration input[type="submit"]{
	width:50px;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:115px;
}

#registration_code{
	margin-top:10px;
}