/* ************* FORMS AND ADMIN *************** */


#main form {
	background: #ededed;
	padding: 20px;
	border: 1px solid #ddd;
}

#main label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
}

#main input{
	border: solid 1px #aacfe4;
	font-weight: bolder;
	font-size: .8em;
}

.button {
	width:100px;
	height:31px;
	background:#36251e;
	text-align:center;
	line-height:31px;
	color:#fff;
	cursor: pointer;
}


.button:hover {
	background: #0099CC;
}

#main textarea {
	border:solid 1px #aacfe4;
}

#text {
	width: 350px;
	height: 300px;
}

#message {
	width: 100%;
	height: 300px;
}


#txt {
	width: 350px;
	height: 300px;
}

legend {
	font-size: 2em;
	color: #0099ff;
	padding: .5em;
}

fieldset {
	margin: 2em auto;
}

#keywords {
	border-left: 1px solid #636466;
	border-top: 1px solid #636466;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #aecdda;
	height: 2.4em;
	margin: 0;
	width: 80%;
}


