


h2 { padding-left:30px; padding-top:25px }


a { text-decoration:none; }
a:hover { color:#FFFFFF;}

ul,li { margin:0; padding:0; list-style-type:none; }
p { margin:0; padding:0 0 2px; }
:focus { outline: none; }
.justify { text-align:justify; }
.text ul { margin:5px 0 10px 0; padding-top:5px; border-top:1px solid #212024;}
.text li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }


pre { margin:5px 0; padding:2px 0; border-top:1px solid #212024; border-bottom:1px solid #212024;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { display: block; margin:0; padding:0; line-height:100%; }
pre, code {font:100% "monospaced", monospace;*font-size:100%;}

#box { width:100%;
font-size:12px;}

form { margin:1.5em 0; padding:0; width:50%; float:left;  }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.2em; font-size:1.2em; margin-left:30%; color:#FFCC00; }

form div { padding:1em 0; border-top:0px solid #212024; }
label {float:left; width:30%; padding-right:1em; text-align:right; } 


input, textarea { width:60%;  border: 1px solid #333; padding:2px; font: normal 12px Georgia; background:#FFF; color:#000000; } 
textarea { overflow:auto; font: normal 12px Georgia; width:60%; border:1px solid #333; padding:2px;}
.button input { border:none; margin-left:45%; font-size:1.2em; color:#FF0000; background:none; padding:0 4px; cursor:pointer; width:auto;}

.hoverfocus { border:1px solid #FF0000;}
 
#error, #response { float:left; width:30%; padding:3em; }

#response ul { border-top:1px solid #212024; margin-top:5px; padding-top:5px; }

#error li, #response li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }

#working { float:left; padding:3em; background:url(loading.gif) no-repeat left center;}

html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; 	visibility:hidden; width:0; height:0; }

.contact
{
padding-left: 20px;
padding-top:25px;}

.hiddentextarea{
	width:3px;  border: 1px solid #333;
	background-color:#F5F5F5;
}

	/*
**************************************************************************************************************************************Contact Form
**************************************************************************************************************************************
*/
.contactform{
	background:#F5F5F5; /* Set content background to white */
	width: 950px; /* Set the width of our content area */
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 20px; /* Margin top to make some space between the header and the content */
	border: 1px solid #DFDFDF; /* Small border for the finishing touch */
	text-align: center; /* Center our content text */
	height:400px;
}

.contactform a:hover {
	color:#000;
	text-decoration: none;
	border: 0;
}
