/***************************************************
  KROJAC - Krojacki panel (made by www.krojac.com)
***************************************************/

html, body{
	padding: 0;
	margin: 0;
	height: 100%;
}

body{background-image: url(../pic/body-right.png);background-repeat: no-repeat;background-position: right top;}

#head-log{
	width:410px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 250px;
}

#title-baner{
	background-position: left bottom;
	padding-top: 80px;
}

#bottom-image{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 201;
}

#bottom-line{
	position: absolute;
	bottom: 80px;
	width: 100%;
	background-image: url(../pic/line-big.gif);
	height: 13px;
	background-repeat: repeat-x;
	z-index: 101;
}

/***************************************************
			     DESIGN ELEMENTS
***************************************************/	

a{
	color: #11B1DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover{color: #333333;}
.clearing { height: 0; width:100%;display: block; clear: both; overflow:hidden;}  

/***************************************************
				 MAIN CONTAINER
***************************************************/	

#container {
	width:100%;
	position: relative;
	min-height:100%;
}
* html #container  {
	height:100%;
}

#container-message{
	position: relative;
	width: 400px;
	padding-top: 120px;
	float: right;
}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .log, .text, .text-box, .text-box2, .separator, .subject, .text-box3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;	
}

h1 {
	font-size: 14px;
	color: #11B1DC;
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #11B1DC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;

}

h4 {
	font-size: 13px;
	color: #B7B7B7;
	display: block;
	line-height: 25px;
}

h5 {
	font-size: 14px;
	color: #11B1DC;
	padding-bottom: 20px;
	display: block;
	background-image: url(../pic/lineH5.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
	padding-top: 5px;
}

h6 {
	font-size: 11px;
	color: #666666;
	padding-bottom:4px;
	padding-top: 4px;
	display: block;
	}

.text{
	color: #999999;
	
}

.log{
	position: absolute;
	left: 20px;
	top: 27px;
	color: #CCCCCC;
	line-height: 16px;
}

/***************************************************
				      FORMS
***************************************************/

form, .error-form, label, .textbox, .sub-login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

label{
	color:#666666;
	width:80px;
	float:left;
	line-height: 28px;
	display: block;
}

.holder-form{
	width:400px;
	position: relative;
	height: 28px;
}

.textbox{
	border:1px solid #E1E1E1;
	width:136px;
	line-height:18px;
	background-color: #FFFFFF;
	height: 18px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
	margin-top: 5px;
}

.textbox:focus{border:1px solid #11B1DC;cursor:text;}

#sub-login{
	padding-top: 20px;
	position: relative;
}

.sub-login{
	height: 26px;
	width: 142px;
	color: #11B1DC;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	position: absolute;
	left: 88px;
}

.error-form{
	position: absolute;
	line-height: 26px;
	color: #FF6600;
	left: 250px;
	top: 2px;
	text-align: left;
	
}