body,td,p,label{
	font-family:Arial;
	font-size:11px;
}
object,embed{
	padding:0;
	margin:0;
}
span.note{
	color:#fff;
}
form#frm{
	margin:0;
	padding:1px 8px;
}
form#frm {
	color:#fff;
	display:block;
}
form#frm input.txt{
	border:1px solid #fff;
	margin:0;
	font-size:11px;
	height:17px;
	line-height:17px;
	width:130px;
	padding:0;
	background-color:#F5F4F9;
}
form#frm div.small{
	display:block;
}
form#frm a{
	color:#00ADEE;
	text-decoration:underline;
}
form#frm a:hover{
	text-decoration:none;
}
td#tdform{
	background-color:#000;
}
td#tdform span{
	display:block;
	float:left;
	margin:4px;
	color:#fff;
	padding:2px 4px;
}
td#tdform span a{
	color:#fff;
	text-decoration:underline;
}
td#tdform span a:hover{
	text-decoration:none;
}
/** forgotpasswordDialog **/
#forgotpasswordDialog{
	position:absolute;
	width:400px;
	height:100px;
	top:200px;
	left:300px;
	background-color:#035F84;
	border:1px solid #0792D5;
	padding:3px 5px;
}
#forgotpasswordDialog td{
	color:#fff;
}
#forgotpasswordDialog td a{
	color:#fff;
}
#forgotpasswordDialog td a:hover{
	text-decoration:none;
}
/** signup dialog **/
#dialogForm{
	position:absolute;
	width:400px;
	top:200px;
	left:300px;
	background-color:#035F84;
	border:1px solid #0792D5;
	padding:3px 5px;
}
#dialogForm td{
	color:#fff;
}
#dialogForm td a{
	color:#fff;
}
#dialogForm td a:hover{
	text-decoration:none;
}
#dialogForm input[type="text"]{
	border-width:1px;
	border-color:#fff;
	border-style:solid;
}
form#detailProfile table td{
	vertical-align:top;
}

div#stream ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
div#stream li{
	color:#fff;
	padding:3px 0;
	text-align:justify;
}
div#stream li a{
	color:#fff;
	text-align:justify;
	text-decoration:none;
}
div#stream li a:hover{
	color:#fff;
	text-decoration:none;
}
div#stream li div.date{
	font-size:10px;
	color:#aaa;
}
div#stream li div.date a{
	color:#aaa;
}