/* DOCUMENT INFORMATION
	- Document: Aaron Brand : Contact Specifics
	- Version:  1.1
	- Client:   www.aaronbrand.co.uk
	- Author:   Aaron Evans - www.aaronbrand.co.uk

    COLORS
	- default body text  #fff
	- subtitle h3 text   #666
	- default p text     #000

 	FONTS
	- default body text  "Helvetica Neue", Helvetica, Arial, sans-serif
	- subtitle h2 text   Georgia, "Times New Roman", Times, serif
	- default p text     Verdana, Arial, Helvetica, sans-serif
	*/

/* GLOBAL SETTINGS
   ============================= 
	Defined in aaronbrand.css */
   
/* TEXT RELATED
   ============================= 
    Defined in aaronbrand.css */
   
/* IMAGES & LINKS
   ============================= */
   	a {
		color: #fc0;
		}

	a:hover {
		color: #ccc;
		}

/* GENERAL CLASSES
   ============================= */
#contact-wrapper {
	right:50%;
	}
#contact-wrapper div {
	margin:20px;
	

}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:11px;
	color:#FFF;
	width:auto;
}
form#contactform input {
	background-color:#333;
	border-color:#333;
	border-width:1px;
	padding:5px;
	font-size:11px;
	color:#FFF;
}
form#contactform textarea {
	background-color:#333;
	font-size:100%;
	padding:5px;
	border-color:#333;
	border-width:1px;
	color:#FFF;
}
	  
/* Form Error Styles */
	
	  .error {
		  color: #ff0000;
		  }
		  
		  .sucssess{
			  color:#0F0;
		  }
   

/* HEADER (2ND)
   =============================
	 Defined in aaronbrand.css */
   
/* NAVIGATION(2ND)
   =============================
      Defined in aaronbrand.css */
					
		
/* CONTENT(1ST)
   ============================= */
   
#contact {
	border-top:5px solid #c60; 
	padding:10px 9px 10px 9px;
	position:absolute;
	height: 433px;
	width: 757px;
	left: 114px;
	top: 248px;
	}
	
	#sidebar {
		float:right;
		height:100%;
		width: 150px;
		text-align:right;
		}
		
/* FOOTER(2ND)
   ============================= */
#footer{
	border-top:1px solid #c60; 
	padding: 9px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	background-image:none;
	text-align:center;
	}

/* Signature Remark: AaronBrand Designing your Face off! */
