html {
	height: 100%;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #565656;
	height: 100%;
	margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	
	text-decoration: none;
	text-transform: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}
textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrap {
	width: 910px;
	background-color: #999;
	border: 0;
	margin: 0 auto;
}

#head {
	width: 100%;
	background: url("images/top.png") left top no-repeat;
	height: 100px;
}

#content {
	margin: 30px 30px 30px 10px;
}

#buttonLogoff {
	height: 62px;
}

p.label {
	margin: 2px 0;
	text-align: center;
	background-color: #333;
	line-height: 2em;
}

#formLogin input[type=text], #formLogin input[type=password] {
	border : 1px solid #000;
	width: 200px;
}


.row_order td {
	background-color: #666;
	border: 1px solid #ccc;
}
.row_headline td {
	background-color: #ccc;
	border: 1px solid #666;
	color: #000;
}

.row_odd td {
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
}

.row_even td {
	background-color: #ffffcc;
	border: 1px solid #666;
	color: #000;
}
.row_no_border td {
	border: none;
}

.order_field_text_required {
	border : 1px solid;
	font-size: 12px
}

.order_field_text_optional {
	border : 1px dotted; 
	font-size: 12px; 
	background: #E0E0E0
}

select, textarea {
	border : 1px solid;
}
