@charset "utf-8";
/* (C) info@yaaya.mobi Astrology Script 2010 by yaaya mobilizers*/
*{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	color: #936;
}
a:hover{
	color:#69C;
}
a.currunt{
	color:#F09;
}
div.head_logo_bg{
	text-align:center;
	background:#FC9 url(images/style/default/head_logo_bg.jpg) repeat-x top;
}
div.message{
	padding:5px;
	color:#69C;
	font-weight:bold;
	text-align:center;
}
div.select{
	background:#0CF url(images/style/default/select_bg.jpg) repeat-x top;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin:5px;
}
div.select_tl{
	background:url(images/style/default/select_top_left.gif) no-repeat left top;
	width:100%;
	height:100%;
}
div.select_tr{
	background:url(images/style/default/select_top_right.gif) no-repeat right top;
	width:100%;
	height:100%;
}
div.select_bl{
	background:url(images/style/default/select_bottom_left.gif) no-repeat left bottom;
	width:100%;
	height:100%;
}
div.select_br{
	background:url(images/style/default/select_bottom_right.gif) no-repeat right bottom;
	padding:3px;
}
div.space{
	margin:5px;
	text-align:center;
}
div.main{
	background:#FC0 url(images/style/default/main_bg.jpg) repeat-x top;
	text-align:center;
	margin:5px;
	color:#FFF;
}
div.main_tl{
	background:url(images/style/default/main_bg_left_top.gif) no-repeat top left;
	width:100%;
	height:100%;
}
div.main_tr{
	background:url(images/style/default/main_bg_right_top.gif) no-repeat top right;
	width:100%;
	height:100%;
}
div.main_body{
	text-align:left;
	color:#A30;
	font-style:italic;
	padding:3px;
}
span.title{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
span.desc{
	color:#C60;
	font-style:italic;
}
div.footer{
	background:#09C;
	color:#CF0;
	padding:3px;
}
div.middle{
	background:#FFC;
	margin:5px;
	padding:3px;
	text-align:center;
	color:#CC3;
}
a.footLink{
	color:#FFF;
	font-weight:bold;
}
a.footLink:hover{
	color:#FF3;
	font-weight:bold;
}
