 /*CSS - Trebor Music Contact Form*/

/*
#633c7a - dk prpl
#49635e - green
#f3c789 - orange
*/

fieldset {
	width: 300px;
	border: none;
}

label,input {	
	float: left;
	width: 140px;
	font-size: 75%;
	margin-bottom: 10px;
}


label {
	margin: 0 20px 5px 0;	
	color: #333;
}

label.last { /*for Your Info section*/
	padding-bottom: 15px;
}

br {
	clear: left;
	line-height: 0;	
}

input, select, textarea {
   font: 75% Arial, Helvetica, sans-serif;
   padding: 1px;
   border-top: 1px solid #2d2d6b;
   border-left: 1px solid #2d2d6b; 
   border-bottom: 1px solid #bcc8e8;
   border-right: 1px solid #bcc8e8;
   background-color: #fff;
   color: #333;   
}


select {
	width: 156px;
	margin-bottom: 10px;
}

textarea {	
	margin-bottom: 20px;
	width: 200px;
	height: 125px;	
}

input[type=submit] {
	padding: 3px;
	background-color: #633c7a;
   	color: #f3c789;
	font-weight: bold;
	border: 2px solid #f7dab0;
   	text-align: center;
   	width: 64px;    
}
	
input[type=submit]:hover {
	background-color: #49635e;
	color: #f3c789;
}

input.submit {
	margin-top: 10px;
}



