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


/**
* Global Classes
*
* @section		global
* @subsection	global classes
*/

.mg-0
{ margin:0 !important; }

/**
* 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%; }

/** Box model > title */

	.box-model-title h2
	{ float:left; font-size:16px; line-height:22px; padding:5px 0 6px 0; }

/**
* 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 30px 20px 30px; }

	.content-model p
	{ color:#666; }
	
	.content-model .video
	{ padding:0 0 30px 0; }

/**
* 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:#4655CB; cursor:pointer; display:block; float:left; font-size:13px; margin:14px 0; width:80px; }
	
		input.send:hover
		{ color:#333; }
		
	.form .checkbox
	{ border:none; line-height:16px; margin:0 4px 0 0; width:auto; }
	
/** 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:#4655CB; display:block; float:left; font-size:13px; margin:14px 0; padding:4px 20px; }
			
/**
* Warning
*
* Warning Message
*
* @section			structure
* @subsection		content
* @subsubsection	warning
*/

.warning
{ background:#FFFFDD; border:1px solid #F6F6B7; color:#666; margin:20px 0 0 0; padding:10px !important; width:296px; }