
body {
        font-family:Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
        text-align:center;
        margin-top:4%;
        line-height:2em;
		background:url('../images/bkg.jpg') top repeat-x;
}

img.logo {
        margin:0 auto;
        border:0;
}

h1{
		color:#BD4F6B;
		font-size:2em;
		font-weight:normal;
		padding:10px 0 5px;
		background:url('../images/logo.jpg') center no-repeat;
		height:55px;
}

h1 span{
	display:none;
}

h2{		
		font-size:0.8em;		
		padding:0;
		margin:0;
		line-height:1.4em;
		text-align:left;
		margin-left:10px;
		margin-bottom:2px;
}


p {
        font-size:11px;
		color:#404040;
		line-height:20px;
		margin:0;
		text-align:left;
		padding:15px 22px 0 22px;
		width:90%;
}

a, a img {
		text-decoration:none;
		color:#404040;
		border:0;
		margin-right:2px;
}

ul {
		list-style:none;
		width:900px;
		margin:40px auto;
		text-align:left;
}

ul li{
		width:auto;
		float:left;
		margin-right:20px;
}

form{
	margin-top:10px;
}

form input{
	background:#fff;
	border:1px solid #c5c5c5;
	padding:0.5em;
}

form input:focus{
	border:1px solid #999;
}

form input.go{
	background:url('../images/btn_signup.gif') no-repeat;	
	border:0;
	width:75px;
	height:30px;
	margin-top:10px;
	float:right;
}

.wrap_radio{
	width:200px;
	margin:0 auto;
}

.wrap{
	font-size:11px;
	text-align:left;
	width:170px;
	float:left;

}

.wrap label{
	float:left;
	font-weight:bold;
	width:140px;
	height:30px;
}

.wrap input{
	float:right;
	height:30px;
	border:0;
	background:transparent;
	padding:0;
}

#user_auth_email{
	margin-top:20px;
	width:468px;
}

div.go-wrap{
	width:485px;
	margin:0 auto;
}

div.form_sign_up{
	width:535px;
	height:400px;
	background:transparent url('../images/bkg_form_signup.jpg') no-repeat center top;	
	margin:0 auto;
}

div.form_sign_up p{
	padding-top:15px;
	text-align:center;
}


div.ad_holder{
	background:url('../images/bkg_grey_pod.gif') no-repeat center top;
	width:531px;
	padding-left:2px;
	height:130px;
	display:block;
	margin:20px auto;
	padding-top:2px;
	padding-left:6px;
}

div.ad_block{
	background:url('../images/bkg_grey.gif') no-repeat;
	width:257px;
	height:143px;
	float:left;		
	margin-right:4px;
	margin-top:5px;
}

div.ad_link{		
	width:125px;
	height:125px;
	float:left;
	margin-top:8px;
	margin-left:8px;
}

div.ad_text {
	width:110px;
	height:100px;
	float:left;
	margin-top:5px;
}

div.ad_text p{
	margin:0;
	padding:0;
	letter-spacing:0;
	text-align:left;
	margin-left:10px;
}

a.ad_view_now{
	background:url('../images/view.gif') no-repeat;
	width:75px;
	height:22px;
	display:block;
	float:left;
	margin-left:10px;
	margin-top:5px;
}

a.ad_view_now span{
	display:none;
}


