body{
	margin:0;
	padding:0;
	/*background-color:#46076b;*/
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

label{
	width:200px;
	display:block;
	margin-right:10px;
	padding-left:15px;
	text-align:left;
}

.number{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-right:15px;
	margin-left:40px;
}

a{
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

a:hover{
	color:#f26522;
}

.center{
	text-align:center;
}

.panel-top{
	/*background-image:url(images/panel-top.gif);*/
	background-color:#FFFFFF;
	width:541px;
	height:20px;
	margin:auto;
	margin-bottom:-10px;
}

.panel-mid{
	/*background-image:url(images/panel-center.gif);*/
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	width:521px;
	padding:0 10px;
	margin:auto;
}

.panel-bottom{
	/*background-image:url(images/panel-bottom.gif);*/
	background-color:#FFFFFF;
	width:541px;
	height:20px;
	margin:auto;	
}

.panel-black{
	background-image:url(images/panel.gif);
	background-color:#000000;
	height:481px;
	width:521px;
	padding:10px;
	margin:auto;
}

.head-title{
	font-size:18px;
	color:#000000;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
	line-height:95%;
}

.head-sub{
	color:#737373;
	font-size:13px;
	padding-bottom:25px;
	margin-left:5px;
}

.divider{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
}

.button{
	background-color:#3b2057;
	height:30px;
	border:none;
	cursor:pointer;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFFFFF;
	font-weight:bold;
}

.button:hover{
	background-color:#f26522;
}

#fields{
	width:300px;
	margin:auto;
} 

#fields span{
	font-size:12px;
	color:#666666;
}

#fields input[type=text]{
	border:1px solid #999999;
	padding:5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:260px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

#footerarea{
	text-align:center;
	margin-top:15px;
}

#footerarea a{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#footerarea a:hover{
	color:#f26522;
}

/* ERRORS */
.error-panel{
	background-color:#FFD7D8;
	border:1px solid #FFC4C4;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:20px;	
}

.error-msg{
	text-align:center;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#error span{
	font-weight:bold;
	font-size:16px;
}

#error ul{
	margin-top:10px;
}

#error li{
	margin-left:30px;
	list-style-type:decimal;
}

.system-msg{
	text-align:center;
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.button-yes,
.button-no,
.button-login,
.button-save,
.button-add,
.button-send{
	background-image:url(images/but-yes.gif);
	background-color:transparent;
	width:196px;
	height:50px;
	border:none;
	cursor:pointer;
}

.button-no{
	background-image:url(images/but-no.gif);
}

.button-login{
	background-image:url(images/but-login.gif);
}

.button-save{
	background-image:url(images/but-save.gif);
}

.button-add{
	background-image:url(images/but-add.gif);
}

.button-send{
	background-image:url(images/but-send.gif);
}
