@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
}

img {
	border:0px;	
}

p, label, a {
	/*font-size:1.2em;*/
}

.bigger {
	/*font-size:1.4em;*/
	font-size:larger;
}

.waybigger {
	font-size:xx-large;
	text-align:center;
}

.orange {
	color:#F60;
}

a {
	color:#0255a5;
	text-decoration:underline;
}

a:hover {
	color:#0255a5;
	text-decoration:underline;
}

h1 {
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5em;
	margin:0px;
}

h2 {
	color:#0255a5;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0px;
}

h2 a {
	text-decoration:none;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

#header {
	width:100%;
	height:40px;
	clear:both;
	background:url(images/header_bg_right.gif) no-repeat top right;
}

#welcoming {
	width:98%;
	clear:both;
	font-size:0.9em;
	color:#fff;
	background:#7f7f7f;
	padding:0.2% 1%;
	overflow:auto;
}

#time {
	float:left;
	width:49.9%;
	color:#fff;
	text-align:right;
}

#welcome_msg {
	float:left;
	width:49.9%;
	color:#fff;
}


.mod_title {
	width:98%;
	clear:both;
	background:#e5e5e5;
	padding:0px 1%;
}

.mod_wrapper {
	width:98%;
	clear:both;
	padding:0px 1%;
}

.mod_row {
	border-bottom:1px dotted #CCC;	
}

.goup {
	padding:0.5% 1%;
	text-align:right;
}

.submit {
	margin:1% 0px;	
}

.prod_frame {
	text-align:center;
	border:1px solid #c8c8c8;
}

.prod_price {
	width:98px;
	height:28px;
	float:right;
	background:#0055a5;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0px 0px 5px 5px;
}

.pollbar {
	border:1px solid #666666;
	width:180px;
	height:12px;
	background-color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#fff;
	text-align:center;
}

.required {
	margin:5px 0px;	
}

div.required label {
	display:block;
	width:130px;	
}

#footer {
	width:98%;
	height:25px;
	line-height:25px;
	background:#0055a4;
	color:#fff;
	padding:0px 1%;
}
