* {
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:none;
	}
*:focus {
	outline:none;
	}
ul {
	list-style:none;
	}
/*table {
	border-collapse:collapse;
	}*/
label {
	cursor:pointer;
	}
fieldset {
	border:solid 0 transparent;
	}
img {
	border:none;
	}
/* auto clear */
.clear:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
	}
/* for IE */
.clear {
	display:inline-block;
	}
* html .clear {
	height:1px;
	}
.clear {
	display:block;
	}
/* END:for IE */
/* END:auto clear */

body {
	background:#E3DAB1 url(img/bg_body_pattern.png) repeat 0 32px;
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#fff;
	}
#page {
	padding:0;
	}
#branding {
	background: url(img/bg_top_part.jpg) repeat 0 0;
	}
	#branding .content {
		padding:22px 26px 30px;
		background: url(img/bg_top_part_colored_border.png) repeat-x 0 100%;
		}
		#branding h1 {
			font-size:36px;
			font-weight:normal;
			color:#fff;			
			}
		#branding a {
			font-size:36px;
			font-weight:normal;
			color:#fff;
			text-decoration:none;
			}
		#branding h2 {
			font-size:18px;
			font-weight:normal;
			color:#918E87;			
			}
#pageContent {
	padding:24px 0px;
	background:url(img/bg_body_gradient.png) repeat-x 0 0;
	
	}
	/* auto clear */	
	#pageContent:after{
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		height:0;
		font-size:0;
		}
	/* for IE */	
	#pageContent {
		display:inline-block;
		}
		* html #pageContent {
			height:1px;
			}
	#pageContent {
		display:block;
		}
	/* END:for IE */
	/* END:auto clear */

.panelSimple {
	position:relative;
	float:left;
	margin:0 25px 20px 7px;
	padding:19px 30px 30px 30px;
	width:264px;
	height:434px;
	background:url(img/bg_pnl_infoblock.png) no-repeat 0 0;	
	}
	.panelSimple .content {
		position:absolute;
		top:19px;
		left:30p;
		width:256px;
		z-index:auto;
		}
	.panelSimple.last {
		margin-right:0;
		}
	.panelSimple h3 {
		padding:0 0 44px;
		
                /* edit front-size title*/
                font-size:30px;
		font-weight:normal;
		text-align:center;
		color:#070100;
		}        
      
	.panelSimple .txt {
		padding:0 0 17px;		
                /* change font-size for second block */
                font-size:18px;
		font-weight:normal;
		color:#070100;
		}
	.panelSimple p a {
		padding:0 0 17px;		
                /* change font-size for second block */
                font-size:18px;
		font-weight:normal;
		color:#000;
		}
	.panelSimple ul {
		font-size:18px;
		color:#070100;
		}
		.panelSimple ul li {
			margin:0;
			padding:0 0 5px 15px;
			list-style:none;
			background:url(img/list_marker.png) no-repeat 0 12px;
			}

.logo {
	width:150px;
	margin:0 auto;
	}
.pnl-auth {
	width:488px;
	margin:0 auto;
	background:#fff;
	}
	
.link-btn {
	height:32px;
	font-size:13px;
	}

#site-info {
	position:relative;
	margin:0 4px;
	padding:0 13px;
	height:25px;
	background:url(img/bg_copyright.png) no-repeat 0 50%;
	color:#fff;
	}
	#site-info p {
		position:absolute;
		top:6px;
		left:13px;
		z-index:auto;
		}
