/* overide yahoo css - thanks yahoo */
html {
	background: #ebeaeb;
	color:#333;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Arial";
	font-size: 12px;
	text-align: left;
}

#header {
	/*background:url("/sbmedia/images/bgTopGradian.png") repeat-x scroll 0 50px transparent;*/
	height:50px;	
}
#mainbody{
	margin-left:35px;
	background:#fff;
	border:1px solid #CCC;
}
#footer {
	height:30px;
}
.base_style {
	width:830px;
	margin-left:35px;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

h2 {
	font-size: 24px;
}

.hidden {
    display: none;
}


div.messages {
     background-color: #fff0ba;
     left: 0px;
	 position:relative;
     top: -15px;
     width: 100%;
	 margin-top:15px;
	 padding-bottom:5px;
}

div.message {
	text-align:center;
	padding-top:10px;
	color: #333;
}

.hr {
	clear: both;
	height: 2px;
	width: 95%;
	background: url(/sbmedia/images/inner/separator.png);
}

p {
	margin: 7px 0;
}

li { 
	list-style-type: circle;
	margin-left: 25px; 
	padding-top: 5px;
} 

ol li {
	list-style-type: decimal;
}

