@charset "UTF-8";
/* CSS Document */
body {
	
	background			: none;
	background-color	: #000;
	text-align			: center;
	font-family			: Arial, Helvetica, sans-serif;
}
.content, .profile, .debug {
	width				: 80%;
	margin				: 50px auto;
	clear				: both;
}
img.logo {
	border				: none;
	width				: 223px;
	height				: 75px;
}
p {
	padding-top			: 10px;
	font-size			: 16px;
	font-weight			: bold;
	margin				: 20px 0px;
}
p.topSentence {
	padding-top			: 8px;
	font-size			: 24px;
}
div.buttons {
	padding-top			: 20px;
}
/*BUTTONS*/
a.buttonStyle {
	font-size			: 18px;
	color				: #000;
	display				: inline-block;
	width				: 132px;
	height				: 35px;
	background			: url(http://images.cdn.redtube.com/_thumbs/v2009/design/button-grey.png) left top no-repeat;
	border				: none;
	background-position	: 0px 3px;
	cursor				: pointer;
	text-align			: center;
	padding-top			: 8px;
	margin-top			: 1px;
}
a.buttonStyle#rte {
	margin-right		: 60px;
}
a.buttonStyle:hover, а:hover.buttonStyle {
	text-decoration		: none;
}
.separator {
	display				: block;
	float				: left;
}
/*CHECKBOX*/
.chbx {
	display				: inline-block;
	width				: 20px;
	height				: 17px;
	margin-right		: 7px;
	color				: #000;
	border				: none;
	background-image	: url(_pix/checkboxes2.png);
	background-repeat	: no-repeat;
}
.chbx:hover {
	color				: #000;
	border				: none;
	cursor				: auto;
}
.chbx#chckd {
	background-position	: 0px -22px;
}
.chbx#uchckd {
	background-position	: 0px 1px;
	display				: none;
}
.btnContainer {
	display				: inline-block;
	background			: url(http://images.cdn.redtube.com/_thumbs/v2009/design/button-grey.png) 0 4px no-repeat;
}
