﻿*
{
	margin:0;
 	padding:0;
 	border:0;
}
body
{
 	margin:0;
 	padding:0;
 	background:#000;
}

#all 
{
	width:1000px;
	margin:auto;
	position:relative;
}

#all #logo
{
	width:284px;
	height:116px;
	position:absolute;
	top:0;
	left:348px;
	display:block;
}

#all #l-t
{
	width:479px;
	height:311px;
	background:url('i/l-t.jpg') left top no-repeat;
	float:left;
}

#all #l-b
{
	width:458px;
	height:37px;
	background:url('i/l-b.jpg') left top no-repeat;
	float:left;
	clear:left;
	padding:322px 0px 0px 21px;
	font:9px times;
	color:#171717;
}

h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bolder;
}

#all #r-t
{
	width:521px;
	height:311px;
	background:url('i/r-t.jpg') left top no-repeat;
	float:right;
}

#all #r-b
{
	width:521px;
	height:359px;
	background:url('i/r-b.jpg') left top no-repeat;
	float:right;
	position:relative;
}


#all #r-b #content
{
	width:413px;
	padding-left:5px;
	font:12px tahoma;
	color:#000;
	font-weight:bolder;
}

#all #r-b form
{
	margin-top:66px;
}

#all #r-b #content label
{
	width:125px;
	text-align:right;
	font:12px tahoma;
	color:#000;
	font-weight:bolder;
	display:block;
	margin-right:17px;
	float:left;	
}

Pipole:first-letter {
	color:red; 
	font: tahoma;
	font-size:150%; 
	float:left
	}

#all #r-b #content input
{
	width:190px;
	font:12px tahoma;
	color:#000;
	border:0;
	border-bottom:1px solid #000;
	background:transparent;
}

#all #r-b #content textarea
{
	width:350px;
	font:12px tahoma;
	color:#000;
	border:0;
	background:transparent;
	overflow : auto;
}

#all #r-b #content p
{
	margin-bottom:13px;
}

#all #r-b #content #button
{
	width:331px;
	height:110px;
	background:url('i/button.jpg') left top no-repeat;
	border:0;
	margin-left:35px;
	margin-top:7px;
	cursor:pointer;
	<!--margin:-2px 0px 0px 36px;-->
}

*:first-child+html #all #r-b #content #button
{
	width:331px;
	height:110px;
	background:url('i/button.jpg') left top no-repeat;
	border:0;
	margin-left:36px;
	margin-top:-2px;
	cursor:pointer;
}

#all #r-b #content h6
{
	width:100%;
	display:block;
	font:10px tahoma;
	color:#000;
	text-align:center;
	font-weight:bold;
	margin:7px 0px 0px -50px;
}

#all #r-b #links
{
	width:267px;
	height:25px;
	margin:28px 0px 0px 224px;
	color:#fff;
	font:11px tahoma;
	position:absolute;
	bottom:9px;
}

#all #r-b #links a
{
	color:#fff;
	text-decoration:none;
}

#all #r-b #links a:hover
{
	text-decoration:underline;
}

.small
{
	font:12px tahoma;
	color:#000;
	font-weight:bolder;	
}

.margin-25
{
	margin-left:25px;
}