body {
	color: #666666;
}

/* Form */
form {
	width: 467px;
	height: 320px;
}

form label {
float:left;
width:25%;
margin-right:0.8em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}

form input[type="text"] { /* Width of text boxes. IE6 does not understand this attribute */
font-family: "Tahoma";
font-size: 12px;
color: #666666;
border: 1px solid #999999;
}

form input[type="text"]:focus { /* Width of text boxes. IE6 does not understand this attribute */
font-family: "Tahoma";
font-size: 12px;
color: #666666;
background-color: #E2EEF5;
border: 1px solid #1186CB;
}

form textarea {
font-family: "Tahoma";
font-size: 12px;
color: #666666;
border: 1px solid #999999;
}

form textarea:focus {
font-family: "Tahoma";
font-size: 12px;
color: #666666;
background-color: #E2EEF5;
border: 1px solid #1186CB;
}

form select {
font-family: "Tahoma";
font-size: 12px;
color: #666666;
border: 1px solid #999999;
}

form select:focus {
font-family: "Tahoma";
font-size: 12px;
color: #666666;
background-color: #E2EEF5;
border: 1px solid #1186CB;
}

form button {
font-family: "Tahoma";
font-size: 12px;
text-align: center;
}

/* Page */

.Content {
	margin:0px 50px 50px;
	padding:20px;
	color:black;
	background-color:#eee;
	border:1px dashed black;
	}

p, div {
	font-size:11px;
	line-height:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;	
	}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09C;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}

h1 {
	color:#333;
	font:24px/24px verdana, arial, helvetica, sans-serif;
	font-weight:900;
	}

h2 {
	color:#333;
	font:12px verdana, arial, helvetica, sans-serif;
	font-weight:700;
	margin:18px 0px 3px 0px;
	}

h3 {
	color:#666;
	font-size:11px;
	font-weight:800;
	margin:6px 0px 3px 0px;
	}

.first {margin-top:0px; padding-top:0px;}

/* Layout */
form {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
}

td {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
}

ul {
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
	}

/* Error */
.DodosMailError {
	padding: 0px;
}

.DodosMailErrorHighLight {
	background-color: yellow;
	color: red;
	font-weight: bold;
}
