/*
	Company: Recon Warriors, http://www.haloteam.rs/
	Date (create): 29-12-2008
	Date (update): 29-12-2008

	******************************
	*****      contents       *****
	******************************
	ID: 
	Class:
		#contact
*/


/* CENTER */
#contents .ContenFlash {
	margin: 0; padding: 0;
	width: 100%; height: 425px;
	background: url(../../img/bg_flash.gif) 0 0  no-repeat;
}

#contents .ContenCentral {
	margin: 0 25px 0 25px; padding: 0;
	width: 760px;
}


#contents .box-C .text ul li {	
	float: none; display: list-item;
	margin: 0 0 2px 10px;	padding: 0px 0px 1px 12px;
	width: auto; 
	background:  url(../../img/icon_li.gif) 0 6px no-repeat; 
}
#contents .box-C .text ol {	
	float: none; margin: 10px 0 10px 0px;
	padding: 0 0 0 25px;
	clear: both;
}
#contents .box-C .text ol li {	
	list-style: decimal; overflow: visible;
	float: none; display: list-item;
	margin: 0 0 5px 0;	padding: 0px 10px 1px 0px;
}


/* 
	**************************************
	***** 		Contact			 		*****
	**************************************
	Class:
	
*/
/* input */
#contents #contact li {
	width: 100%;
	padding-top: 10px;
}
#contents #contact .left {
	width: 243px; margin-right: 15px;
}
#contents #contact .right {
	width: 243px;
	float: right;
}

#contents #contact input,  #contents #contact textarea {	
	color: #ec9bbd; clear: both; 
	border: none; background: #461726; 
	width: 233px; /* width: 243px;  */
	height: 25px;
	padding: 0 5px 0 5px; margin-top: 5px;
}

#contents #contact  textarea {	
	height: 82px;
}
#contents #contact input.button {	
	background: url(../../img/bg_button.gif) 0 0 no-repeat;
	width: 91px; height: 31px;
	float: right;	cursor: pointer;
	clear: none;
	font-size: 13px; font-weight: bold;
}
#contents #contact input.button:hover { color: #ffffff; }

#contents #contact select {	
	color: #EC9BBD; 
	border: none; background: #461726; 
	width: 243px; height: 25px;
	padding: 5px; margin-top: 5px;
}

#contents #contact option {	
	color: #EC9BBD; 
	border: none; background: #461726; 
	width: 243px; height: 25px;
	padding: 5px; 
}
