/* FIVE FOUR CLOTHING */
/* Mailing List Page Stylesheet
----------------------------------------------------------------------------- */


	#page-subscribe h2 {

	background-image: url(../images/layout/h2-mailing.png);
	
	}
	
	#page-subscribe #content {
	
	float: none;
	width: 800px;
	
	}
	
	#page-subscribe h3 {
	
	display: none;
	
	}

	#page-subscribe div.widget-subscribe {

	float: left;
	width: 760px;
	padding: 20px;
	background-color: #f6f6f6;
	
	}


/* MAILING LIST FORM
----------------------------------------------------------------------------- */


	form {
	
	margin: 0;
	padding: 0;
	
	}

	form br {
	
	clear: left;
	
	}
	
	label input, label select {
	
	float: left;
	margin: 5px 8px 5px 0;
	font: normal 11px/12px Arial, sans-serif;
	
	} 
	
	input[type=text] {
	
	padding-left: 2px;
	padding-right: 2px;
	
	}

	select {
	
	margin: 6px 7px 6px 0;
	
	}

	div.widget-subscribe ul.actions {
	
	margin: 12px 0 45px 0;
	
	}
	
	label {
	
	float: left;
	
	}
	
	label em, label small {
	
	display: block;
	float: left;
	width: 80px;
	padding: 5px 10px 0 0;
	line-height: 18px;
	font-style: normal;

	}
	
	label.error strong {
	
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0 5px;
	color: #f6f6f6;
	background-color: #8d4342;
	line-height: 18px;
	font-weight: normal;

	}

	div.widget-alert {
	
	width: 776px;
	margin-bottom: 2px;
	padding: 12px;
	background-color: #8d4342;
	
	}
	
	div.widget-alert.success {
	
	background-color: #8cc63f;
	
	}
	
	div.widget-alert h3, div.widget-alert p {
	
	display: block !important;
	margin: 0;
	color: #fff;
	font: normal 11px/15px Arial, sans-serif;
	
	}
	
	div.widget-alert h3 {
	
	font-weight: bold;
	
	}
