/* TVnima CSS Document */
/* global ---------- */

h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#6f6f6f;
	font-weight: bold;
}
h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#6f6f6f;
	font-weight: bold;
}
h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#6f6f6f;
	font-weight: bold;
}
td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#6f6f6f;
}
a {color:#6f6f6f;}
a:alink {color:#6f6f6f;}
a:link {color:#6f6f6f;}
a:vlink {color:#6f6f6f;}
a:hover {
	color:#6f6f6f;
	text-decoration:none;
}
#bt_launch a {
	margin-top: 5px;
	margin-left: 35px !important; margin-left: 23px;
    display:block;
	width:189px;
	height:43px;
    text-decoration:none;
    background:url("/img/bt_launch.gif") no-repeat;
}
#bt_launch a:hover {
    margin-top: 5px;
    display:block;
	width:189px;
	height:43px;
    text-decoration:none;
    background:url("/img/bt_launch_over.gif") no-repeat;
}
#nav {
	margin-top: 43px;
	margin-left:3px;
}
#ad {
	margin-top : 15px;
	margin-left: 2px !important; margin-left: -3px;
}
img {
	padding:0px;
	margin:0px;
	border:0px;
}
.breaker{
	clear:both;
	overflow:hidden;
	height:0px;
}
#footer .left,.left{
	float:left;
}
#footer .right,.right{
	float:right;
}

/*submit.php*/
.notice {color:red;font-weight:bold;}
.message_ok {color:green; font-weight:bold;}
input.warning {border:1px red solid;}
#terms ol{
list-style-type:decimal;
}