html, body {
        background:#000000;
        margin:0;
        padding:0;
        font:small Verdana,Sans-serif;
        line-height:1.6em;
        color:#CCCCCC;
		text-align: center;
}		

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}


#wrap {
        background:#EEE;
        width:470px;
        margin:10px auto 10px auto;
        padding:10px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 170%;
	margin-bottom: 0.2em;
}
h2 {
	font-family: helvetica, sans-serif, arial;
	color: #FFFFFF;
	font-size: 150%;
	margin-bottom: 0.2em;
}
#contactform {
	width:450px;
	margin:10px auto 10px auto;
}
form {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
}
fieldset {
	float : left;
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #B5CCBA;
	background : #DDD;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	border:0px solid #B5CCBA;
	margin:0 auto 0 auto;
	padding:1px;
}

* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 180px; /* Width for IE6 */
}

fieldset div input {
	width: 176px; /* Width for modern browsers */
	border : 3px double #B5CCBA;
	padding : 1px;
}

* html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
	float:inherit;
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #333;
	margin : 0;
	padding : 0.5em;
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
input {
	width: 180px;
	background: #fafbfc;
	border : 3px double #B5CCBA;
}
input#reset {
	width: 100px;
	background: #fafbfc;
	border : 3px double #B5CCBA;
}
input#submit {
	width: 100px;
	background: #fafbfc;
	border : 3px double #B5CCBA;
}
input#counter:active, input#submit:active {
	border: 3px double #B5CCBA;
	border-top-color: #999;
	border-left-color: #999;
}
textarea {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fafbfc;
	border : 3px double #B5CCBA;
	width: 180px;
	height:180px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
	height: auto;
	width: 80px;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}

