/*Gary Hollands - solriche 2010*/

#mailsection{
	width: 100%;
}
/*text*/
#mailsection h1, #mailsection h2{
	margin: 0 0 0.25em 0;
}
#mailsection .rubric{
	color: rgb(255,0,0);
}
#mailsection .msg/*php headers*/{
	margin: 0 0 0.5em 0;
}
/*inputs and buttons*/
#mailsection form{
	width: 22em;
	padding: 0.5em 0 0 0;
}
#mailsection textarea, #mailsection input{
	font: 90% "lucida grande", "lucida sans unicode", "bitstream vera sans", arial, sans-serif;/*mac,windoze,linux*/
}
#mailsection textarea{
	width: 80%;
	height: 14em;
	position: relative; top: -1.5em; left: 80%;
	overflow: auto;
	border: inset 0.1em rgb(20,60,125);
	background-color: transparent;
}
#mailsection input{
	width: 80%;
	position: relative; top: -1.5em; left: 80%;
	border: inset 0.1em rgb(20,60,125);
	background-color: transparent;
}
#mailsection label{
	display: block;
	cursor: pointer;
}
#mailsection textarea:focus,#mailsection input:focus{
	color: rgb(0,0,0);
	background-color: rgb(255,255,224);
}
#mailsection .post{
	clear: both;
	width: auto;
	margin: 0.5em 0 0 0;
	padding: 0.2em 0.5em 0.1em 0.5em;
	color: rgb(0,0,0);
	background: rgb(240,240,240) url("../images/button_bg.png") repeat-x 0 0;
	border: none;
}
#mailsection .post:hover{
	color: rgb(175,25,25);
	background-color: rgb(255,255,224);
	cursor: pointer;
}
#mailsection .char_count{
	position: relative;
	top: -1.5em;
	left: 80%;
}