/* Gary Hollands 2007 */
#content #left{
	float: left;
	width: 100%;
	margin: 0;
}
#content #right{
	width: 23%;
	position: relative; top: 0; left: 0;
	margin: 1em 0 1em 0;
	padding: 1%;
	background-color: rgb(255,255,153);
	border-radius: 0.4em 0.4em 0.4em 0.4em;
}
#content #right p{
	padding: 0.5em 0 0 0;
	line-height: 1.0;
}
#content #right .help_icon{
	position: absolute; top: 0; right: 0.5em;
}
#formsection{
	float: left;
	width: 74%;
	margin: 0 0 1% 0;
}
#mailsection h1, #mailsection h2{
	margin: 0 0 1% 0;
}
#mailsection p{
	padding: 0;
}
#mailsection .rubric{
	color: rgb(255,0,0);
}
#mailsection .back/*bak to form link*/{
	clear: both;
	margin: 0 0 0 3%;
}
#mailsection .msg/*php headers*/{
	margin: 0 0 1% 0;
}
/*inputs and buttons*/
#mailsection form{
	width: 55%;
}
#mailsection textarea, #mailsection input{
	position: relative; top: -1.5em; left: 22em;
	width: 22em;
	font-size: 90%;
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;
	color: rgb(80,80,80);
	border: inset 0.1em rgb(20,60,125);
	background: transparent;
}
#mailsection textarea{
	height: 14em;
	overflow: auto;
}
#mailsection label{
	font-size: 95%;
	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;
	border: none;
	color: rgb(0,0,0);
	background: rgb(240,240,240) url("../images/button_bg.png") repeat-x 0% 0%;
	background-color: rgb(220,220,220);
}
#mailsection .post:hover{
	color: rgb(175,25,25);
	background-color: rgb(255,255,224);
	cursor: pointer;
}
/*Set link styles*/
#mailsection a:link{
	color: rgb(20,60,125);
	text-decoration: underline;
	background-color: transparent;
}
#mailsection a:visited{
	color: rgb(191,0,255);
	background-color: transparent;
	text-decoration: underline;
}
#mailsection a:hover{
	color: rgb(255,0,0);
	background-color: transparent;
	text-decoration: underline;
}
