/*#header {
    height: 103px;
	padding:0;
	background-color:#efefef;
}

#header_icon {
    top:47px;
    left:80px;
    position:absolute;
	width:218px;
	height:56px;
	background-image:url(../../img/coin.header.icon.large.png);
}*/

#registration-header{
	position: absolute;
	top: 15px;
	left: 650px;
	z-index: 1000;
	width: 270px;
	margin: 0 auto;
	background-color: #dddddd;
	padding: 3px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#registration-header img{
	border:0;
	margin:0;
}

#registration-header-images{
	position: relative;
}

#topcontent {
	margin:0px auto;
	width:960px;
	height:450px;
	color: #efefef;
	position: relative;
}

#topcontent p,#topcontent h1,#topcontent h2,#topcontent h3,#topcontent h4,#topcontent h5,#topcontent h6{
	color:#efefef;
}

#wrap{
	width: auto;
}


#container {
    padding:0;
}

#topcontainer{
	background-color:#5a5a5a;
	border: solid #cdcdcd;
	border-width:0px 0px 1px 0px;
	margin:0;
}

#topcontent h1{
	padding:20px 0px 10px;
	line-height:1.1em;
	font-size:1.8em;
}

#topcontent h3{
	padding:0px 0px 5px;
	font-size:1.0em;
	font-weight:500;
	color: #bebebe;
}

#titleblock{
	margin-left:80px;
}

#fieldset{
	margin-left:25px;
	width:626px;
	float:left;
	font-size:.9em;
	position:absolute;
}

.input{
	margin: 12px 0px;
	height: 25px;
	font-weight:regular;
}

#fieldset label{
	width:160px;
	display:block;
	float:left;
	position:relative;
	top:6px;
	text-align:right;
	color:#bebebe;
}

#fieldset input{
	width:230px;
	float:left;
	font-weight:500;
	position:relative;
	left:10px;
	padding:6px 8px;
	border:1px solid #8a8a8a;
	background: #FFFFFF
	-moz-box-shadow:inset 2px 2px 4px #cccccc;
    -webkit-box-shadow:inset 2px 2px 4px #cccccc;
    box-shadow:inset 2px 2px 4px #cccccc;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	font-family:"trebuchet ms","lucida grande",tahoma,verdana,helvetica,arial,sans-serif;
}

#fieldset .formerror, #fieldset .error-message{
	width:160px;
	display:block;
	position:relative;
	left:20px;
	top:-3px;
	float:left;
	position:relative;
	font-size:.8em;
}

#fieldset #flashMessage {
	position: relative;
	width:240px;
	top:2px;
	right: 220px;
	text-align:right;
	float:right;
}

.checkbox.user-terms{
	text-align: right;
	position: relative;
	right: 220px;
	top: 10px;
	color:#bebebe;
}

.checkbox.user-terms a{
	color:#bebebe;
}

#fieldset #UserTerms{
	float: none;
	width: auto;
}

.submit{
	position:relative;
	right:221px;
	top:-13px;
}

#fieldset .submit input{
	float:right;

	width:auto;
	color:#434343;
	font-weight:bold;
	font-size:.9em;
	margin: 20px auto;
	padding:5px 8px;
	border-color:#434343;
	border-width: 0;
	background: #cbcbcb;
	background: -moz-linear-gradient(top, #f2f2f2, #727272);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#727272));	
	cursor:pointer;	
	
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-decoration:none;
}


#topshadow{
	height:50px;
	width:100%;
	display:block;
	margin-top:53px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef, #a3a3a3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#a3a3a3));
	float:left;
}

#contentshadow{
	height:50px;
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #a3a3a3, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3a3a3), to(#ffffff));
}

#content{
	width:960px;
	margin: -30px auto;
	color:#444444;
}

.maincol{
	width:360px;
	float:left;
	position:relative;
	text-align:justify;
}

.maincol p{
	margin-top:10px;
	font-size:.9em
}

#mainleft{
	left:60px;
}

#mainright{
	left:180px;
}

#footer{
	display:none;
}


div.formerror, div.error-message{
	background: #FFCCCC;
	border:1px solid #FF0000;
	color: #AA0000;
	padding: 0 5px;
}

#org-help img{
	margin: 8px 15px;
}

/*** replace later ***/

#header_logout{
	display:none;
}

#bottom_border{
	display:none;
}