html, body, div, h1, h2, p, a, textarea, input {
	margin: 0;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 820px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}

#header {
	margin-top: 30px;
	height: 145px;
}

.logo_block {
	width: 100%;
	height: 64px;
	clear: both;
	margin-bottom: 7px;
	-moz-border-radius: 10px 10px 15px 15px;
	-webkit-border-radius: 10px 10px 15px 15px;
	border-radius: 10px 10px 15px 15px;
	position: relative;
	background: url(/MegaPro/img/Web/logo_block_bc.png) repeat-x;
}

.logo_block .logo {
	display: block;
	width: 241px;
	height: 83px;
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 5;
	background: url(/MegaPro/img/Web/logo.png) no-repeat;
}

.lklogo {
	display: block;
	width: 39px;
	height: 39px;
	background: url(/MegaPro/img/lklogo.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 60px;
}

.logo2 {
	display: block;
	width: 39px;
	height: 39px;
	background: url(/vservice/lib.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 20px;
}

#ModuleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	top: 15px;
	left: 120px;
	position: absolute;
}

#content {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-left: 0px;
	padding-bottom: 50px;
}

#cnt {
	margin-left: 210px;
}

p {
	line-height: 1.7;
	padding-bottom: 20px;
}

.help_block {
	padding: 10px;
	border: 1px dotted #cccccc;
	-moz-box-shadow: 0px 3px 2px #ebebeb;
	-webkit-box-shadow: 0px 3px 2px #ebebeb;
	box-shadow: 0px 3px 2px #ebebeb;
	margin-top: 20px;
	border-radius: 8px;
}

.help_block.error {
    background-color: #FFC0C0;
}

.help_block.success {
    background-color: #C0FFC0;
}

.help_block.info {
    background-color: #ccdae9;
}

.help_block h2 {
	font-weight: normal;
}

.help_block h1 {
	font-weight: bold;
}

.help_block h1, .help_block h2 {
	color: #004890;
	padding-bottom: 0;
	margin-bottom: 20px;
	min-height: 48px;
	padding-left: 60px;
	background: url(/MegaPro/img/ico_help.png) left center no-repeat;
	color: #4F81BD;
}

.help_block p {
	line-height: 1.5;
	padding-bottom: 5px;
}

.help_block .help_account {
    text-align: end;
    font-style: italic;
}

@media screen and (max-width: 300px) {
	html, body, div, h1, h2, p, a, textarea, input {
		font-size: 12px;
	}
}

@media screen and (min-width: 300px) and (max-width: 320px) {
	html, body, div, h1, h2, p, a, textarea, input {
		font-size: 12px;
	}
}

@media screen and (min-width: 320px) and (max-width: 350px) {
	html, body, div, h1, h2, p, a, textarea, input {
		font-size: 14px;
	}
}

@media screen and (min-width: 350px) {
	html, body, div, h1, h2, p, a, textarea, input {
		font-size: 14px;
	}
}

@supports (-ms-accelerator:true) {
	@media only screen and (min-resolution: 120dpi) {
		html, body, div, h1, h2, p, a, textarea, input {
			font-size: 14px;
		}
	}
}

.dtp-pager {
	text-align: center;
	margin: 10px 0;
}

.dtp-pager span {
	border: 1px solid #CCDBE4;
	display: inline-block;
	color: Black;
	margin: 0 5px 0 0;
	padding: 2px 8px;
	text-align: center;
	font-size: smaller;
}

.dtp-pager a {
	border: 1px solid #CCDBE4;
	display: inline-block;
	color: #6E4F9A;
	margin: 0 5px 0 0;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
	font-size: smaller;
}

.input_block {
	padding-bottom: 11px;
	padding-right: 22px;
}

.input_block input, .input_block textarea {
	width: 100%;
	padding: 5px 10px;
	outline: 0 none;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0px 5px 5px #ebebeb;
	-webkit-box-shadow: inset 0px 5px 5px #ebebeb;
	box-shadow: inset 0px 5px 5px #ebebeb;
}

textarea {
	resize: vertical;
}

.std_button {
	line-height: 30px;
	border: 1px solid gray;
	color: white;
	font-weight: normal;
	text-shadow: none;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: #004890;
	background: -moz-linear-gradient(top, #004890 0%, #004890 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004890), color-stop(100%, #004890));
	background: -webkit-linear-gradient(top, #004890 0%, #004890 100%);
	background: -o-linear-gradient(top, #004890 0%, #004890 100%);
	background: -ms-linear-gradient(top, #004890 0%, #004890 100%);
	background: linear-gradient(to bottom, #004890 0%, #004890 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004890', endColorstr='#004890',GradientType=0 );
}

.std_button:hover {
	cursor: pointer;
	border-color: #004890;
	text-shadow: none;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
	color: #004890;
}