/*
	Name: Peanut Labs Media
	Version: 1.0
	Author: Shahzad Khan
	Author URL: http://www.ckcpark.net/
	Company: Peanut Labs
	Company URL: http://www.peanutlabs.com/
	
	File purpose: This file adds the formatting for the contact page.
	
*/

form {
	display:block;
	width:500px;
	height:auto;
}

	form label {font-size:12px; color:#000; padding:3px;}

	form .left,
	form	.right {height:auto;}
	
	form .left {width:200px;}
	
	form .right {width:250px;}
	
	form .clearer {clear:both; display:block; padding:15px 5px; height:auto; overflow:hidden;}
	
	form .alt {background:#ffdeb1; padding:5px !important; border-bottom:2px solid #ffae41;}
	
	form input, 
	form select,
	form textarea {
		border:1px solid #ccc;
	}
	
	form .sfield {width:242px;height:18px; padding:2px;}
	
	form .tarea {
		width:228px;
		padding:2px;
		height:150px;
		font-size:12px;
		color:#000;
		font-family:Arial, helvetica, "Sans Serif";
	}
	
	form input.button {
		padding:5px;
		color:#fff;
		font-weight:bold;
		background:#ff9200;
		border:2px groove #ff9200;
	}
	
	form select {font-size:11px;}