@import "style.css";
/* CONTAINER ****************************
*****************************************/
#container {margin-bottom: 45px;}
/********Add block***********************/

input , textarea {
	border:1px solid #e6dfd5;
}	
textarea {
	width:100%;
}
div.add {
	margin-top			: 15px;
	width				: 490px;
}
	div.add .picture{
		float				: left;
		width				: 154px;
		height				: 154px;
		background			: url(../images/picture_border.gif) 0px 0px no-repeat;
	}
		div.add .picture img{
			margin				: 9px 0 0 9px;
			width				: 135px;
			height				: 135px;
		}
	div.add .picture2{
		float				: left;
		width				: 154px;
		height				: 154px;
		background			: url(../images/picture_border2.gif) 0px 0px no-repeat;
	}
		div.add .picture2 img{
			margin				: 9px 0 0 9px;
			width				: 135px;
			height				: 135px;
		}
	div.add .text{
		float				: right;
		width				: 310px;
		padding				: 8px 0 70px 0;
	}
		div.add .text p{}
		div.add .text a.btn{
			position		: absolute;
			display			: block;
			margin			: 85px 0 0 0;
			width			: 249px;
			height			: 46px;
			background		: url(../images/add_btn.gif) 0px 0px no-repeat;
		}
		div.add .text a:hover.btn{
			background		: url(../images/add_btn_puch.gif) 0px 0px no-repeat;
		}
/********end Add block*******************/

/********Top Definitions*****************/
div.topDefinitions {
	margin				: 30px 0 0 0;
	height				: 170px;	
}
	div.topDefinitions h1{
		margin				: 20px 0 12px 25px;
		font-size			: 0;	
	}
	div.topDefinitions p{
		margin				: 0 0 5px 25px;	
	}
	div.topDefinitions .topBlock_1{
		float				: left;
		margin				: 0 0 0 0;
		width				: 339px;
		height				: 170px;
		background			: url(../images/top_definitions_bg.jpg) 0px 0px no-repeat;			
	}
	div.topDefinitions .topBlock_2{
		float				: left;
		margin				: 0 0 0 0;
		width				: 315px;
		height				: 170px;
		background			: url(../images/top_definitions_bg.jpg) 0px 0px no-repeat;			
	}
	div.topDefinitions .topBlock_3{
		float				: left;
		margin				: 0 0 0 0;
		width				: 287px;
		height				: 170px;
		background			: url(../images/top_definitions_bg.jpg) 0px 0px no-repeat;			
	}
/********end Top Definitions*************/
/* END CONTAINER ************************
*****************************************/
#AddArticleForm{
	color:#707070;
font-family:Tahoma;
font-size:12px;
}
