/*Gary Hollands - solriche Nov 2009*/
#mailsection {
	margin: 0.5em 0 0 0;
}

/*text*/
#mailsection h1,#mailsection h2 {
	margin: 0 0 0.25em 0;
}

#mailsection .rubric {
	color: rgb(255, 0, 0);
}

#mailsection .msg {
	margin: 0 0 .05em 0;
}

/*inputs and buttons*/
#mailsection textarea,#mailsection input {
	font: 90% "lucida grande", "lucida sans unicode", "bitstream vera sans",
		arial, sans-serif;
}

#mailsection textarea {
	width: 100%;
	height: 11.5em;
	overflow: auto;
	border: inset 1px rgb(20, 60, 125);
	background: transparent;
}

#mailsection input {
	width: 100%;
	border: inset 1px rgb(20, 60, 125);
	background: 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 .buttons {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#mailsection .post {
	clear: both;
	width: auto;
	margin: 0.25em 0 0 0;
	padding: 0.2em 0.5em 0.1em 0.5em;
	background: rgb(240, 240, 240) url("../../images/ivert/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;
}
