@charset "utf-8";

/*===============================================================================*/
/*top*/
/*===============================================================================*/


body#twitter{
	background-image:url(../common/img/bg_body.png);
	background-position:top center;
	background-repeat:no-repeat;
	}


.con_left{
	float:left;
	width:580px;
}




.con_left p{
	font-size:90%;
	margin-bottom:5px;
}


.con_right{
	float:right;
	width:320px;
	}	
	

.con_right h3{
	text-align:center;
	margin-bottom:10px;
	border-bottom:#333 solid 1px;
	padding-bottom:5px;
	}


#con_login{
	margin-top:20px;
	width:290px;
	height:140px;
	background-image:url(../img/bg_login2-trans.png);
	background-repeat:no-repeat;
	padding:20px 15px;
	font-size:85%;
	text-align:center;
	}
	
#con_login p{
	margin-top:10px;
	}
	
/*IE6*/
* html #con_login p{
	margin-top:5px;
	}
	
/*IE7*/
*:first-child+html #con_login p{
	margin-top:5px;
	}
	
#con_login p a{
	color:#333;
	text-decoration:none;
	}
	

#con_login p a:hover{
	color:#fff;
	text-decoration:none;
	}


#con_login input{
	margin-bottom:2px;
	}
	
	
	
	
#con_newaccount{
	width:270px;
	height:70px;
	margin-bottom:20px;
	background-image:url(../img/bg_newaccount.gif);
	background-repeat:no-repeat;
	padding:15px;
	font-size:85%;
	text-align:center;
	}	
	
#con_newaccount p{
	padding-top:5px;
	}	
	

#con_newaccount p a{
	margin-top:10px;
	padding:5px 8px;
	background-color:#09F;
	color:#FFF;
	text-decoration:none;
	}	
	
	
#con_newaccount p a:hover{
	padding:5px 8px;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	}	
	
	
	
.content_con{
	clear:both;
	margin-bottom:30px;
	padding:10px;
	}
	
	
	
.content_con#what{
	background-image:url(../img/bg_whats.png);
	background-repeat:no-repeat;
	background-position:top;
	height:260px;
	padding:10px;
	margin-bottom:5px;
	}
	
.content_con#what h2{
	margin-bottom:10px;
	}


.content_con#what p{
	width:365px;
	margin-bottom:10px;
	}

.content_con#what p#new{
	width:365px;
	text-align:center;
	}



.content_con#twitter{
	margin:5px;
	border:#09F 1px solid;
	
}
	
.content_con#twitter h3{
	font-size:120%;
	margin-bottom:10px;
	border-bottom: 1px #333 solid;
	padding-bottom:5px;
}

.content_con#twitter h3 span{
	color:#333;
	font-size:12px;
	font-weight:normal;	
}

.content_con#twitter p{
	margin-bottom:10px;
	}

