@CHARSET "UTF-8";
html {
	overflow-y:scroll;
}
body {
	/*line-height:150%;*/
	/*text-align:center;*/
	margin:0;
	padding:0;
	/*background-color:#EEEEFF;*/
}
hr {
	display:none;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:1024px;
}
h1{
	font-size: 180%;
	text-align:center;
}
h2{
	text-align:center;
}
h3 {
	border-bottom:2px solid #353D62;
	border-left:10px solid #353D62;
	border-style:none none solid solid;
	border-width:0 0 2px 10px;
	font-size:medium;
	margin:5px 5px 20px;
	padding:5px;
}
/* ---------------------------- */
table {
	border:1px solid #000000;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:20px;
	width:100%;
	background-color:#FFF;
}

table th {
	border:1px solid #000000;
	font-weight:bold;
	padding:5px;
	text-align:right;
	width: 30%;
}
table th.title {
	background-color:#353D62;
	color:#FFFF00;
	font-size:medium;
	text-align:center;
	white-space: nowrap;

}
table th.label{
	text-align:left;
	width: 70%;
	border-bottom:none;
	border-right:none;
	white-space: nowrap;

}
table th.label2{
	text-align:left;
	width: 30%;
	border-bottom:none;
	border-right:none;
}

table tr {
	backguround-color:#FFF;

}
table td {
	border:1px solid #000000;
	padding:5px;
	background-color:#FFF;
}
table td.label{
	width: 30%;
}

table td.last{
	text-align:center;
}
table td.text {
	padding:5px;
	text-align:right;
	background-color:#FFF;
	border-right:none;
	border-top:none;
}
table td.text2 {
	border-left:none;
	border-top:none;
}
table td.text3 {
	border-left:none;
	border-bottom:none;
}
input{
	margin: 1px;
}
input.button {
	padding:5px 15px;
}

#footer {
	text-align:center;
}

.request{
	color: #F00;
	font-weight: bold;
}

.disabled {
	background-color: #EAEAEA;
}

.button {
	margin:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size:11pt;
	padding: 10px 40px;
	border: 1px solid #aaa;
	background: #fafafa;
	cursor: pointer;
}
.button:hover {
	background: #fff;
}
.button:active {
	background: #ddd;
	border-color: #666;
}

.center {
	text-align: center;
}