/**
* Airport-int - general_newsletter.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:#FFF; height:1%; overflow:hidden; padding:10px; }

/**
* Form
*
* Form Area used inside all modules
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsectionsub		form
*/

.form
{ background:url(../images/structure/bg-form-newsletter.gif) repeat-x bottom; clear:both; color:#666; font-size:11px; height:141px; margin:-10px -10px 0 -10px; overflow:hidden; }

	.form div
	{ display:inline; float:left; margin:0 0 0 21px; width:190px; }
		
	.form label
	{ display:block; line-height:16px; padding:12px 0 0 0; }
	
		.form label span
		{ color:#690; }

	.form input
	{ border:1px solid #EEE; border-left:1px solid #DBDBDB; border-top:1px solid #DBDBDB; color:#000; font-size:11px; padding:2px; width:184px; }
	
	.form input.checkbox
	{ border:none; width:auto; }
	
	.form p
	{ color:#666; display:inline; line-height:16px; margin:0 20px; padding:12px 0 0 0; width:200px; }
	
	.form a:link,
	.form a:visited,
	.form a:active
	{ color:#690; }
	
		.form a:hover
		{ color:#333; }
		
/**
* Text
*
* Content Area used inside all modules
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsectionsub		text
*/

.text
{ padding:20px; }

/** Content > Content-model > Text Generals */

	.text img
	{ float:left; margin:20px 40px 20px 0; }
	
	.text h2
	{ color:#333; font-size:18px; line-height:40px }
	
	.text p
	{ color:#666; font-size:11px; }
	
	.text a:link,
	.text a:visited,
	.text a:active
	{ color:#690; display:inline; }
	
		.text a:hover
		{ color:#333; }
		
/** Content > Content-model > Subscribe Button */

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

/** Content > Content-model > Unsubscribe */

.unsubscribe
{ width:390px; }

	.unsubscribe a
	{ font-size:12px; }

/**
* Spacer
*
* Differences for Newsletter section
*
* @section			structure
* @subsection		content
* @subsubsection	spacer
*/

.spacer
{ background:url(../images/structure/bg-spacer-content-main-white.gif) repeat-x 0 0; border-color:#FFF; }

/**
* Warning
*
* Warning Message
*
* @section			structure
* @subsection		content
* @subsubsection	warning
*/

.warning
{ background:#FFFFDD; border:1px solid #F6F6B7; color:#666; margin:-5px -15px 0 -15px; padding:10px; }

