#config_container  {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;*/
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#config_container p {
	color:#000000;
}

#config_container .logo {
	display:block;
	text-align:right;
}

#config_container label {
	padding-top:12px;
	margin: 10px;
}

#left {
	float:left;
	background-image: url(img/back_left.gif);
	background-repeat: no-repeat;
	height:48px;
	width:13px;
}
#right {
	float:right;
	background-image: url(img/back_right.gif);
	background-repeat: no-repeat;
	height:48px;
	width:13px;
}

#load {
	position:absolute;
	left:0;
	top:200px;
	width:100%;
	z-index:1;
	background-color: #F00;
	color:#FFF;
	padding:6px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
}

#conf_select {
	text-align:left;
	width:100%;
	height:24px;
	/*background-color:#FFFFFF;
	background-image: url(img/back1.gif);
	background-repeat: repeat-x;*/
}

#conf_select .lab {
	float: left;
	text-align: right;
	width: 20%;
}

#conf_select .sel {
	float: left;
	text-align: left;
	width: 80%;
}

/*#conf_select select {
	margin-left: 60px;
}*/

#conf_select2 {
	text-align:left;
	margin:10px 0;
	width:100%;
	padding:0;
	/*margin-top:-3px;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #316192;
	border-left-color: #316192;*/
}

#conf_select2 label {
	background:#191970;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	/*font-size:14px;*/
	margin:0 0 5px 0;
	padding:3px 0;
	text-align:center;
}

#conf_select2 hr {
	/*background-color: #333399;*/
	color:#333399;
	width:100%;
	height:1px;
}

#conf_select2 table td.left {
	background:#EEEEEE;
	text-align:right;
}

#conf_select2 table td.right {
	background:#FFFFDD;
	width:100%;
}

#conf_select2 table td.right h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#conf_select2 table td.right h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#conf_select2 table td.right h3 {
	color: #DD0000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#conf_select3 {
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	width: 450px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: -15px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #316192;
	border-left-color: #316192;
}

#conf_select3 A {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.submit {
	margin-right:10px;
	padding:0;
    color: #FFFFFF;
    background-color: #003366;
    border: 1px solid #003366;
}

.submit:hover  {
        color: #FFFFFF;
        background-color: #003366;
        border: 1px solid #0066FF;
}

#conf_select2 label.universale {
	background:#FFCC00;
	display:block;
	color:#000000;
	font-weight:bold;
	/*font-size:14px;*/
	margin:0 0 5px 0;
	padding:3px 0;
	text-align:center;
}

