body {
	padding:0px;
	margin:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica ; 
	color: #333333;
	font-size: 13px;
 	background: #ffffff;
}

form{ 
	margin: 0px;
}

table{
	font-size: 13px;
}

a img {
	border: none;
}

a {
	color: #fa7407;
	}

a:hover {
	color: #fa7407;
	text-decoration: none;
	}
	
a.sel {
	color: #666666;
	}
	
.reds {
	color: #c60000;
	}

label {
	cursor: pointer;
	}
	
div.rel {
	position:relative; 
	width:100%;
	height: 100%; 
	}
	
h1{
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	color: #0c4b8c;
	}
	
h2{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #0c4b8c;
	}
	
h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	color: #0c4b8c;
	}
	
/*-------элементы формы----------*/
input.text{
  	border: 1px solid #aaaaaa;
	width: 500px;
	height:16px;
	background: #f9f9f9;
}

input.smtext{
  	border : 1px solid #aaaaaa;
	width: 200px;
	height:16px;
	background: #f9f9f9;	
}

textarea{
  	border : 1px solid #aaaaaa;
	width: 500px;
	height: 100px;
	background: #f9f9f9;
}

.inbottom, .inbottom2, .inbottomr  {
	height: 23px;
	font-weight: bold;
	cursor: pointer;
	border : 0px solid;
	color: #ffffff;
	font-size: 11px;
	padding: 2px 4px 4px 4px;
	font-family: Tahoma; 
	}

.inbottom{
	width: 151px;
	background: url(/templates/pictures/bfon.gif) no-repeat;
}

.inbottomr{
	width: 151px;
	background: url(/templates/pictures/bfonr.gif) no-repeat;
}

.inbottom2{
	width: 220px;
	background: url(/templates/pictures/bfon2.gif) no-repeat;
}


input.numtext{
  	border : 1px solid #aaaaaa;
	width: 30px;
	height:16px;
	background: #f9f9f9;	
}

input.bimage {
	cursor: pointer;
	}

/*-------элементы формы----------*/

div.img {
	padding: 4px;
	margin: 0px 12px 6px 0px;
	position:relative;
	float: left;
	border: 1px dashed #c0c0c0;
	background: #ffffff;
	}
	
.small {
	font-size: 11px;
	}
	
hr {
	color: #e1e1e1;
	height: 1px;
	background: #e1e1e1;
	border: none;
	width: 100%;
}
	
hr.hr2 {
	color: #e1e1e1;
	height: 2px;
	background: #e1e1e1;
	border: none;
	width: 100%;
}

