/**
* Airport-int - general_contactus.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			May, 4, 2009
*
*/

/**
* Box Model
*
* Box model used in the entire website. ( Main content / Sidebar content )
*
* @section			structure
* @subsection		content
* @subsubsection	box-model
*/

.box-model
{ background:#E6E6E6; height:auto; overflow:hidden; width:100%; }

/**
* Content Model - White
*
* Content Area used inside all modules ( variations: transparent / white )
*
* @section			structure
* @subsection		content
* @subsubsection	content-model
*/

.content-model
{ background:url(../images/structure/bg-content-model.gif) repeat-y 0 0; height:1%; overflow:hidden; padding:30px; }

/**
* Form
*
* Contact form generals
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsectionsub		form
*/

.form
{ clear:both; color:#666; float:left; font-size:11px; overflow:hidden; width:320px; }

	.form div
	{ float:left; padding:12px 0 0 0; width:100%; }
		
	.form label
	{ display:block; line-height:16px; }

	.form input,
	.form textarea
	{ background:#FBFBFB; border:1px solid #DBDBDB; border-left:1px solid #B2B2B2; border-top:1px solid #B2B2B2; color:#333; font-size:11px; line-height:13px; padding:2px; width:312px; }
	
		.form input:focus,
		.form textarea:focus
		{ background:#EEE; }
	
	.form textarea
	{ height:100px; }
	
	input.send
	{ background:url(../images/structure/bt-subscribe-newsletter.gif) repeat-x 0 0; border:1px solid #CCC; color:#996; cursor:pointer; display:block; float:left; font-size:13px; margin:14px 0; width:80px; }
	
		input.send:hover
		{ color:#333; }
	
/** Content > content-model > form > recaptcha */

	.form .recaptcha *
	{ padding:0 ; }
	
/** Content > content-model > form > Send button */

input.send
{ background:url(../images/structure/bt-subscribe-newsletter.gif) repeat-x 0 0; border:1px solid #CCC; color:#996; display:block; float:left; font-size:13px; margin:14px 0; padding:4px 20px; }

/**
* Info
*
* Contactus informations
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsectionsub		info
*/

.info
{ border-left:1px solid #D6D6D6; float:right; padding:0 0 0 30px; width:216px; }

	.info h3
	{ color:#333; font-size:18px; line-height:18px; padding:0 0 10px 0; }

	.info address
	{ color:#999; font-size:12px; line-height:13px; font-style:normal; }
	
	.info p
	{ color:#666; font-size:12px; }
	
		.info p a:link,
		.info p a:visited,
		.info p a:active
		{ color:#996; }
		
			.info p a:hover
			{ color:#333; }
			
/**
* Warning
*
* Warning Message
*
* @section			structure
* @subsection		content
* @subsubsection	warning
*/

.warning
{ background:#FFFFDD; border:1px solid #F6F6B7; color:#666; padding:10px; }