@charset "utf-8";
/* Styles used on the sendform.php pages */

div {
	width: 600px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0.5em 1.5em 0.5em 1em;
	margin-bottom: 0.8em;
	}

li {
	margin-top: 0.6em;
	padding-bottom: 0.8em;
	background-image: url(error_sm.gif);
	background-repeat: no-repeat;
	background-position: -6px 0 0 0;
	padding-left: 30px;
	list-style: none;
	}
	
li.sub {
	background:none;
	list-style: circle;
	margin: 0;
	padding: 0;
	margin-top: 0.6em;
	}

p {
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 0 1em;
	letter-spacing: 0.05em;
	}
	
div.content {
	border: 1px solid #999999;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	}
	
.header {
	font-size: 1em;
	}
	
a.back {
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	color: #333333;
	padding: 0.5em 0.5em 0.5em 0.5em; 
	}

a.back:hover {
	color: #FFFFFF;
	background-color: #666666;
	cursor: pointer;
	border: 1px solid #000000;
	text-decoration: none;
	}
	
/* Standard Links */
a:link, a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #89AF64;
	font-weight: bold;
	}
