/*
Gary Hollands - solriche - 2008 - contact form
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
#edit_area {
	width: 96%;
}
#mailsection{
	width: 100%;
}
#mailsection .rubric{
	color: rgb(255,0,0);
}
#mailsection .ip{
	clear: both;
}
#mailsection .msg{
	margin: 0 0 1% 0;
}
#mailsection form{
	width: 55%;
}
#mailsection textarea, #mailsection input[type=text]{
	position: relative; top: -1.5em; left: 16.5em;
	font-family: "lucida grande", "lucida sans unicode", "bitstream vera sans", arial, sans-serif;
	font-size: 100%;
	color: rgb(80,80,80);
	width: 85%;
	border: inset 0.1em rgb(20,60,125);
	background: transparent;
}
#mailsection textarea{
	float: left;/*MSIE7 bug*/
	height: 10em;
	overflow: auto;
}
#mailsection label{
	display: block;
	cursor: pointer;
}
#mailsection label:hover{
	color: rgb(175,25,25);
}
#mailsection textarea:focus,#mailsection input:focus{
	color: rgb(0,0,0);
	background-color: rgb(255,255,224);
}
#mailsection .post{
	position: relative; top: -1.5em; left: 16.5em;
	clear: both;
}
/*-----------------------------Buttons-----------------------------*/
#mailsection .green_button_left{
	float: left;
	width: 6px;/*width of the button end*/
	height: 30px;/*height of the button end*/
}
#mailsection .green_middle input{
	float: left;
	height: 30px;
	width: auto;
	border: 0;
	font-weight: bold;
	font-size: 100%;
}
#mailsection .green_middle input:hover, #mailsection .green_middle input:hover{
	text-decoration: none;
	cursor: pointer;
}
#mailsection .green_button_right{
	float: left;
	width: 6px;
	height: 30px;
	margin: 0 0.25em 0 0;
}
#mailsection .green_button_left{
	background: url("../images/green_left.png") no-repeat 0 0;
}
#mailsection .green_middle input{
	color: rgb(255,255,255);
	background: url("../images/green_middle.png") repeat-x 0 0;
}
#mailsection .green_middle input:hover{
	color: rgb(255,246,191);
}
#mailsection .green_button_right{
	background: url("../images/green_right.png") no-repeat 100% 0;
}
#mailsection .char_count{
	position: relative; top: -1.7em; left: 16.5em;
	clear: both;
}
