* { padding: 0; margin: 0; outline: 0; }

body {
	background: #111;
	color: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; height: 100%;
	overflow: hidden;
}
a {color:#C56300}

#container {
	width: 720px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.textbox {
	border: 0;
	border-radius: 4px;
	resize: none;
	padding: 5px;
	width: 210px;
}

.submit_button {	
	background: #c46200;
	background: -moz-linear-gradient(top, #c46200 0%, #914900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c46200), color-stop(100%,#914900));
	background: -webkit-linear-gradient(top, #c46200 0%,#914900 100%);
	background: -o-linear-gradient(top, #c46200 0%,#914900 100%);
	background: -ms-linear-gradient(top, #c46200 0%,#914900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46200', endColorstr='#914900',GradientType=0 );
	background: linear-gradient(top, #c46200 0%,#914900 100%);
	
	border: #663300 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: #111 1px 1px 0px;
}

.submit_button:hover {
	background: #ff8000;
	background: -moz-linear-gradient(top, #ff8000 0%, #c46200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8000), color-stop(100%,#c46200));
	background: -webkit-linear-gradient(top, #ff8000 0%,#c46200 100%);
	background: -o-linear-gradient(top, #ff8000 0%,#c46200 100%);
	background: -ms-linear-gradient(top, #ff8000 0%,#c46200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#c46200',GradientType=0 );
	background: linear-gradient(top, #ff8000 0%,#c46200 100%);
}
