/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align:left;
	width:100%;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
img {
	vertical-align:top;
}
ul {
	list-style:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
html, input, textarea {
	font-family:Tahoma;
	font-size:12px;
	line-height:17px;
	color:#c51906;
	background-color:#fcde28;
}
input, select {
	vertical-align:middle;
	font-weight:normal;
}
strong {
	font-size:12px;
	color:#c51906;
}
a {
	font-size:12px;
	color: #763712;
	text-decoration: none;
	outline-style: none;
	outline-width: initial;
	outline-color: initial;
	padding: 0px;
	margin: 0px;
}
p:first-letter{
	padding-left:10px;
}
span{
	color:#c51906;
}
/*end special css stuff*/
.title{
	font-family:Impact;
	font-size:100px;
	line-height:70pt;
	color:#000;
}

.title30{
	font-family:Impact;
	font-size:30px;
	line-height:20pt;
	color:#000;
}

.title25{
	font-family:Impact;
	font-size:25px;
	line-height:20pt;
	color:#000;
}
.title15{
	font-family:Impact;
	font-size:20px;
	line-height:15pt;
	color:#000;
}
.green{
	color:#40b62d;
}

.left_block{
	width:400px;
	height:100%;
	display:block;
	margin-right:10px;
	padding-left:10px;
	padding-top:30px;
}

.right_block{
	margin-left:20px;
	margin-right:20px;
	padding-top:40px;
}
.butons{
margin-top:5px;
}
.crash{
	display:none;
}
.line{
	background:url(../images/black_line.gif) repeat-y;
	width:78px;
	height:100%;
}
.crash_link{
	line-height:30pt;
	font-size:30px;
}
.loading{
	background:url(../images/ajax-loader.gif) no-repeat;
	width:32px;
	height:32px;
	display:none;
}
.suporter_form{
	margin:10px 0 0 5px;
}
.suporter_form input{
	background-color:#FFFFFF;
	border:none;
	border-bottom:1px dashed #000000;
	width:250px;
	height:30px;
	vertical-align:middle;
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:0px;
	font-size:20px;
	line-height:20pt;
}
.suporter_form textarea{
	background-color:#FFFFFF;
	border:1px dashed #000000;
	width:250px;
	height:100px;
	font-size:20px;
}
.suporter_form .add_but{
	background:url(../images/add_but.jpg) no-repeat;
	cursor:pointer;
	width:57px;
	height:23px;
	border:none;
	margin:5px;
}
.error {
	background:url(../images/error.jpg) no-repeat;
	height:17px;
	width:auto;
	padding-left:17px;
	color:#e65b2b;
	margin:5px;
	display:none;
	float:left;
}
.done {
	background:url(../images/done.jpg) no-repeat;
	height:17px;
	width:auto;
	padding-left:20px;
	color:#47a652;
	margin:5px;
	display:none;
	float:left;
}
.affiliate{
	padding-top:20px;
}
.code{
	border:1px dashed #000000;
	padding:10px;
	width:250px;
	height:70px;
	background-color:#fbe2ad;
	color:#000000;
}
.aff_img{
	border:1px solid #000000;
	padding:3px;
	margin:5px;
	background-color:#fcb928;
}
.copy_r{
	border-top:3px solid #000000;
	padding-top:3px;
	color:#000000;
}
.bold{
	font-weight:bold;
}
.w3c{
	float:left;
	padding-right:5px;
}
.copy_text{
	padding-top:10px;
}