body {
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica; 
	color: #58595b;
	background: #fff5ee;
	font-size: 11px;
}

form{ 
	margin: 0px;
}

table{
	font-size: 11px;
}

a img {
	border: none;
}

a {
	color: #993366;
	}

a:hover {
	color: #993366;
	text-decoration: none;
	}
	
a.sel {
	color: #666666;
	}
	
.reds {
	color: #cc0000;
	}

label {
	cursor: pointer;
	}
	
div.rel {
	position:relative; 
	width:100%;
	height: 100%; 
	}
	
div.abs {
	position:absolute; 
	}
	
h1{
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	color: #d80b84;
	}
h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #d80b84;
	}
	
h3{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	color: #d80b84;
	}
	
div.pagename{
	margin-bottom: 0px;
	}
	
div.pagename h1{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #961274;
	text-transform: uppercase;
	}
	
td.titleAnons h1 {
	font-size: 18px;
	margin: 0px;
	color: #961274;
	}
	
	
/*-------элементы формы----------*/
select.text, input.text{
  	border : 1px solid #990052;
	width: 400px;
	height:22px;
	background: #f9f9f9;
}

select.smtext, input.smtext{
  	border : 1px solid #990052;
	width: 200px;
	height:22px;
	background: #f9f9f9;	
}

textarea{
  	border : 1px solid #990052;
	width: 400px;
	height: 100px;
	background: #f9f9f9;
}

input.numtext{
  	border : 1px solid #990052;
	width: 30px;
	height:22px;
	background: #f9f9f9;	
}

.inbottom, input.inSR {
	width: 150px;
	height:20px;
	font-weight: bold;
	cursor: pointer;
	border : 1px solid #a5a5a6;
	color: #990052;
	font-size: 11px;
	background: #c2aac1;
	padding-bottom: 1px;
}

.inbottom {	width: 150px; }
input.inSR { width: 90px; }

/*-------элементы формы----------*/

div.img {
	padding: 2px;
	margin: 0px 6px 6px 0px;
	position:relative;
	float: left;
	}
	
hr {
	color: #dcaeb9;
	height: 1px;
	background: #dcaeb9;
	border: none;
	width: 100%;
}

