/*
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
 */
#mailsection{
width: 36.25em;/*80%*/
}

/*text*/
#mailsection h1, #mailsection h2{
margin: 0% 0% 1% 0%;
}
#mailsection .rubric{
color: rgb(255,0,0);
}
#mailsection .back/*bak to form link*/{
clear: both;
}
#mailsection .msg/*php headers*/{
margin: 0% 0% 1% 0%;
}
/*inputs and buttons*/
#mailsection form{
width: 55%;
padding: 3% 0% 0% 0%;
}
#mailsection textarea{
font-family: "lucida grande","lucida sans unicode","bitstream vera sans",arial,sans-serif;/*mac,windoze,linux*/
font-size: 100%;
color: rgb(80,80,80);
width: 85%;
height: 10em;
position: relative;
top: -1.5em;
left: 90%;
overflow: auto;
border: inset 0.1em rgb(20,60,125);
background: transparent;
}
#mailsection input{
font-family: "lucida grande","lucida sans unicode","bitstream vera sans",arial,sans-serif;/*mac,windoze,linux*/
font-size: 100%;
color: rgb(80,80,80);
width: 85%;
position: relative;
top: -1.5em;
left: 90%;
border: inset 0.1em rgb(20,60,125);
background: transparent;
}
#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{
clear: both;
width: auto;
height: 10%;
margin: 2% 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-top: 1px solid rgb(200,200,200);
border-right: 1px solid rgb(100,100,100);
border-bottom: 1px solid rgb(100,100,100);
border-left: 1px solid rgb(150,150,150);
}
#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: 90%;
}