



/* ----- The Pretty Stuff ----- */



#container { width: 600px; margin: 0 auto; }








form { width: 500px; height: 600px; padding: 25px; margin:0px 0px 0px 100px; }

#info { float: left; width: 450px; }
#message { float: left; width: 360px;  }


input { margin-bottom: 15px; padding: 7px 7px; color: #4A4A4A; float: left; }
label { margin-bottom: 5px; float: left; clear: both; position: relative; top: 10px; }
textarea { padding: 7px 7px; height: 110px; margin-bottom: 15px; color: #FFF; line-height: 20px; font-size: 12px; float: left; }

input { width: 250px; }
textarea { width: 350px; }

label { font-family: Arial; font-size: 14px; color: #fff; }

input#submit { float: right; clear: both; cursor: pointer; width: 125px; padding: 7px 7px; background-color: #14578c; border: 0; color: #fff; }

input, textarea { outline: none; background-color: #333; padding: 7px;font-family: Arial; font-size: 12px; font-weight:normal; color: #fff; border: 1px solid #333; }
input:focus, textarea:focus { border: 1px solid #333; background-color:#333; }

input, textarea 	{ -webkit-border-radius: 5px; 
					-moz-border-radius: 5px; 
					border-radius: 5px; }


