body {
	font-size: 14px;
	font-family: Tahoma, Helvetica;
	color: #eaecf6;
	padding: 0 10px 0 10px;  
	line-height: 18px;
	background-color: #000000;
}

h1 {
	font-size: 20px;
	font-family: Times New Roman, serif;
	color: #eaecf6;
	padding: 9px 0 9px 0;
}

h2 {
	font-size: 13.0pt;
	font-family: Tahoma, Helvetica;
	padding: 4px 0 4px 0;
}

span {
	margin: 0 0 0 25px;
	text-align: justify;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}

#frame {
	background: #000000 url(../img/bg.jpg) no-repeat;
	overflow: auto;
	height: 422px;
	width: 770px;
	padding: 0 10px 10px 10px;
	text-align: left;
}

table p {
	text-align: left;
}

#menu {
	background: #000000 url(../img/menu.jpg) no-repeat;
	font-family: Times News Roman, serif;
	color: #c8d0ff;
	padding: 210px 0 0 10px;
	font-size: 14px;
}

#menu a {
	color: #c8d0ff;
	text-decoration: none;
}

#menu a:hover, #menu li.active a {
	font-weight: bold;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
}

#menu li {
	padding: 6px 0 6px 0;
}

#menu li.active1 {
	font-weight: bold;
}

/* ORDER */

form#order {
	width: 550px;
	border: 0;
	margin-top: 15px;
	float: left;
}

#order fieldset {
	border: 0;
}

#order label {
	text-align: right;
	float: left;
	color: #ffffff;
	width: 140px;
	padding: 7px 5px 0 0;
	font-size: 13px;
}
#order .txt {
	width: 220px;
	margin: 5px 0;
	border: 1px solid #cfd0c5;
	background: #ffffff;
}
#order #submit {
	margin: 10px 0 0 180px;
}
#order #submit-buttom {
	background: url(../img/submit.png);
	width: 71px;
	height: 25px;
	cursor: pointer;
	border: none;
}
#order #reset-buttom {
	background: url(../img/reset.png);
	width: 71px;
	height: 25px;
	cursor: pointer;
	border: none;
}
p#order-p {
	padding-left: 190px;
	color: #e87d14;
}
.errors{
	padding-top: 10px;
}
.errors strong{
	color: red;	
}

.line {
	clear: both;
}
