/* CSS Document */
body {
	background: url(images/bg.gif);
	font: 12px Verdana;
	color: #757575;
}
table {
	border-collapse: collapse;
}
img {
	display: block;
	border: none;
}
a, a:hover, a:visited {
	color: #cb5e89;
}

.big_red {
	font-size: 17px;
	color: #B00447;
}
.big_grey {
	font-size: 17px;
	color: #585858;
}
.red_links {
	font-weight: bold;
	color: #B8225D;
}
.green_links {
	color: #66A100;
}
.copyright {
	font-size: 10px;
	/*font-weight: bold;*/
	color: white;
}
.cont_t {
	text-align: right;
	/*vertical-align: top;*/
	padding-right: 10px;
}
.cont_i {
	border: 1px solid #999;
	width: 333px;
	margin-bottom: 5px;
}
.stat {
	font-size: 11px;
}
#go {
	border: 1px solid #999;
	width: 100px;
	height: 25px;
	margin-top:5px;
	background: #fff;
}
#send {
	border: 1px solid #999;
	width: 100px;
	height: 25px;
	margin-top:5px;
	background: #fff;"
}
#downl {
	border: 1px solid #999;
	width:100px;
	height:25px;
	margin-top:5px;
	background: white;
}
 