@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(image/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;

}
input.fullboxtext {

    margin: 0 0 10px 0;

    padding: 3px;

    border: 1px solid #666666;

    background: #393939 url(../image/tpl_input_bg.gif) no-repeat top left;

    font: normal 14px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	color: #ccc;

    width: 240px;

    height: 15px;

}

textarea.fullboxtext{

    margin: 0 0 10px 0;

    padding: 3px;

    border: 1px solid #666666;

    background: #1b1a1a url(../image/tpl_textarea_bg.gif) no-repeat top left;
	
	color: #ccc;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    width: 240px;   

}

.description {
	font-size:14px;
	color:#FFF;
	float:right;
	display:block;
	margin-right:2px;
	font-weight: bold;
}

.postscript {
	font-size:11px;
	text-align:center;
	line-height:2.0em;
}
	
a:link, a:active, a:visited {
	color:#dd1b2f;
	text-decoration: none;
}


a:hover {
	color:#dd1b2f;
    text-decoration: underline;
}


.description_big {
	font-size:11px;
	color:#6e6e6e;
	display:block;
	text-align:right;
	margin-right:1px;
	font-weight: bold;
}


.banner_leaderboard {
	border:0px;
	width:728px;
	height:90px;
}
