@charset "utf-8";
/* CSS Document */

body { background: #DBD7CC url('../images/style/page-bg.jpg') repeat; text-align: center; }

#page {
	width: 800px;
	text-align: left; margin: 15px auto;
	background-color:#0B0832;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#page-header {
	height: 136px;
	background: url("../images/style/page-header.png") top left no-repeat;
	font-size: 13px; color: #FFFFFF; padding: 25px 0px 15px 630px;
}
#page-menu {
	padding: 0px 40px;
	background-color: #1B183E;
}
#page-menu a {
	display: block; margin: 5px 10px; float:left;
	color: #FFFFFF; 
	text-transform: lowercase;
}

#page-content {
	padding: 25px 50px; font-size: 13px;
}
#page-footer {
	padding: 5px 50px 25px;
	font-size: 13px; text-align: center;
}
#txtt {
text-align: left;	
}

.content-title{
	font-size: 24px; margin: 20px 0px 15px;
}
.content-subtitle {
	background-color:#069;
	padding: 12px; font-size: 24px;
}
.content-subtitle-desc {
	text-align:right; margin-bottom: 10px;	
}
.content-text{
	font-size: 13px; line-height: 20px;
}

a { color: inherit; }
.dialink {
	text-decoration: underline;
	cursor: pointer;
}
.infolink {
	padding: 0px 5px;
	font-size: 14px;
	color:#C9DEE4;
	text-decoration: underline;
	cursor: pointer;
}


.cleaner {
	clear: both;
}
p{ margin: 0px; padding: 0px; }

label {
	float:left; width: 150px;
}
input {
	margin-bottom: 3px;
}

#process_msg {
	margin: 3px 5px;
	min-height: 0px;
}
.succes {
	background: #C6F791 top left no-repeat;
	border: 1px solid #95C851; padding-left: 25px; color: #487120;
}
.warning {
	background: #FDFBAA top left no-repeat;
	border: 1px solid #FFCC00; padding-left: 25px;
}
.error {
	background: #FF9799 top left no-repeat;
	border: 1px solid #ED6176; padding-left: 25px; color: #990000;
}
