@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/jpg/b/bactexin.jpg);
	color: #666666;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}


a {
	color: #003E63;
	text-decoration: none;
}
a:hover {
	color: #D87F00;
	text-decoration: underline;
}
form {
	margin: auto;
	width: 65%;
	position: relative;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #BC8A8B;
	margin-bottom: 5px;
}
label {
	font-size: 1.2em;
	display: block;
}

.standard {
	font-size: 1.2em;
}


#wrapper {
	margin: 15px auto;
	width: 760px;
	position: relative;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}
#header {
	padding: 4px;
}

#navigation {
	font-size: 1.4em;
	padding: 3px;
	border-top: 1px solid #B88C8D;
	border-bottom: 1px solid #B88C8D;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content {
	padding: 5px;
}

#logo {
	float: left;
	height: 60px;
	width: 275px;
	position: relative;
}


#top-banner {
	height: 60px;
	width: 468px;
	position: relative;
	float: right;
}
#bottom-banner {
	margin: 5px auto 3px;
	height: 90px;
	width: 728px;
	position: relative;
}
#footer {
	font-size: 1.2em;
	color: #666666;
	text-align: center;
	position: relative;
}
.error {
	font-size: 1.1em;
	font-style: italic;
	color: #990000;
	display: block;
}
