/* ---------->>> GLOBAL <<<-----------*/
body { 
font-size: 100.01%; font-family: Verdana, Arial, sans-serif;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
margin: 0;
padding: 0;
}

a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }
h1 {
border-style: double;
color: black;
text-align: center;
width:550px;
    margin-left: auto;
    margin-right: auto;
}
#sidebar {
 width: 30%;
 float: left;
 padding: 0 5px;
 margin: 0 5px;
 border: 2px dotted #fff; 
 }
#maintext  {
float: right;
 width: 70%;
 }
#wrapper {background:#cff;
 height: 100%;
  width:960px;
    margin:20px auto;
 }
#header {
background:#ffb;
}
#footer {
background:#ffb;
clear: both;
width:800px;
padding:20px;
margin-left:10%;
}
/* ******************************* */
blockquote {
padding-left: 60px;
padding-top: 16px;
width:450px;
font-style: italic;
font-size: 16px;
border-style: dotted;
}
 

 
 
.thanxs {
background:#fff;
display:block;
width:420px;
padding: 10px 0 10px 0;
text-align:center;
padding:20px;
margin-left:20%;
}
 
  
.btn {
background:#ffff88;
font-weight: bold;
font-size:  36px;
font-family:  'trebuchet ms', helvetica, sans-serif;
 cursor: hand;
} 
 
 
 
#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, sans-Serif;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
}
 
}
form{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	}
form div {
clear:left;
display:block;
width:400px;
margin:5px 0 0 0;
padding:1px 3px;
}
form div label {display:block;float:left;width:130px;padding:3px 5px;margin: 0 0 5px 0;text-align:right;}
.buttoned {
   background-color: #BFCFFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom:0px;
}
label {
 display: block;
 text-align: right;
 float: left;
 width: 75px;
 padding-right: 20px;
}
.checkbox {
 width: 1em;
}
br {
 clear: left;
} 
.buttonSubmit {
 width: 75px;
 margin-left: 95px;
}
table{
 border: 3px;
	}
hr	{
	border: 1px solid #2222EF;
    margin-top:3px;
    padding:0px;
    margin-bottom:0px;
	}
select{
	height:22px;
	}
p strong{
	color: #000;
	}

strong{
	font-weight: bold;
	color: #E70;
	}
em	{
	font-family: Arial, sans-serif;
	}
input{
	margin-top:1px;
	margin-bottom:1px;
	}
.dodd   {
	font-size: 14px  ;
	color: #330000;
	background-color: #FFFFCC;
	}
.deven	{
	font-size: 14px ;
	color: #0000FF;
	background-color: #CCFFCC;
	}
fieldset {
	width: 500px;
	}
legend {font-size: 20px;}
label.field {
	text-align: right;
	width: 100px;
	float: left;
	font-weight: bold;
	}
input.textbox-form {
	width: 300px;
	float:left;
	}
fieldset p.frm {
	clear: both;
	padding: 5px;
	}
 