/* CSS Document */


body{
	margin:0;
	padding:0;
	background: #C4DC82;	

}


p{
	font: 8px Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 10px;
}

a{
	text-decoration: none;
	color: #900;
	font-weight: bold;
}

a:visited{
	color: #000;

}

h1{
	text-transform: capitalize;
	text-decoration: underline;
	text-align: right;
	font: italic bolder 10px Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-transform: capitalize;

}


h3{
	font: bold 9px Arial, Helvetica, sans-serif;	
}


ul{
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	width: 50px;
	border: 1px solid #000;
	background-color: #C4DC82;
	color: #006;
}

form{
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -1em; /*this is to make the form flush with the header div */
}



legend {
	color: #000;
	font-weight: bold;
	padding:0;
}

legend span {
	position: absolute;
	font-size: 135%;
}


label {
	float: left;
	width: 10px;
	font-weight:bold;
/*	text-align:right;*/
}

label em {
	display: block;
/*	color: #060;*/
	color: #C00;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}


label strong {
	position: absolute;
	left: 150px;
	width: 50px;
	color: #C00;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
}


fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
	border-top: 1px solid #000;
	background-color: #FFF;
}


fieldset ol {
	padding: 0;
	margin:0;
	list-style: none;
}


fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}






/*****************************************************************************************************
Defining my classes
*****************************************************************************************************/

.inputButton {
    width: auto;
    border: solid 1px #CCC;
    background: #FFF;
    color: #000;
}

.inputButton:hover{
	border: 1px solid #000;
	background: #F6C8D7;
	color: #000
}

.smallInput{
	width: 10px;
}


.hints{
	width: 50px;
	text-align: left;
	background-color: #F6C8D7;
	float:right;
	display:inline;	
	

}



.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 2em;
	padding-top: .5em;
	background-color: transparent;
	margin-bottom: 1em;
}


.error_message{
	width: 40px;
	text-align:center;
	border: 1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	line-height: 200px;
}


/*****************************************************************************************************
Defining my id's
*****************************************************************************************************/


#wrapper{
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #000;
}

#header{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 25px;
	line-height:100px;
}

#header h1{
	text-align:center;
}


#menu {
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	width:100px;
	clear:right;
}

#menu ol{
	list-style: url(none) none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu li{
	size: 10px;
}

#menu a {
	color:#000000;
	display:block;
	font-weight:bold;
	line-height:18px;
}

#menu a:hover{
	background: #F6C8D7;
	color: #000;
	font-weight: bolder;
}

#body {
	float:right;
	margin-right:25px;
	text-align:justify;
	width:150px;
}

#conactform{
	width: 100px;
}


#footer{
	clear:both;
	text-align:center;
	margin-top:25px;
	width: 200px;
	line-height: 50px;
	border-top: 1px solid #000;
}
