body{
	background: url(../images/bg_body.jpg) repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
}

#logo{
	width: 402px;
	height: 88px;
	background: url(../images/logo_condolog.png) no-repeat;
	display: inline-block;
	margin-top: 5px;
}

#services{
	width: 134px;
	height: 30px;
	background: url(../images/service_img.png) no-repeat;
	display: inline-block;
}

.ctn-image{
	width: 218px;
	height: 208px;
	background-image: url(../images/image_login.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 1px #dfdfdf;
	float: left;
}

.right{
	float: left;
	margin-left: 20px;
	width: 397px;
	text-align: left;
}

h1{
	text-transform: uppercase;
	font-size: 20px;
	color: #07204f;
	text-align: left;
	border-bottom: solid 1px #dfdfdf;
	line-height: 1;
	padding-bottom: 14px;
	margin: 0 0 30px 0;	
}

.ctn-input{
	float: left;
	margin-right: 17px;
}

.no-margin{
	margin: 0!important;
}

input[type=text], input[type=password]{
	width: 148px; 
	height: 34px;
	border: solid 1px #dadada;
	padding: 0;
	box-shadow: 5px 5px 10px rgba(223, 223, 223, 0.56) inset;	
	padding-left: 40px;
}

input[type=text]{
	background: url(../images/icon_login_user.png) 11px 50% no-repeat;
}

input[type=password]{
	background: url(../images/icon_pass_user.png) 11px 50% no-repeat;
}

input[type=submit]{
	height: 34px;
	border: solid 1px #cdd4dc;
	width: 100%;
	text-transform: uppercase;
	background: url(../images/user_edit_submit_bg.jpg) repeat-x;
	cursor: pointer;
	margin-top: 18px;
	font-size: 14px;
	color: #7c8aa5;
	font-weight: bold;
}

input[type=submit]:hover{
	background: url(../images/user_edit_submit_bg_hover.jpg) repeat-x;
}

label{
	text-transform: uppercase;
	font-size: 12px;
	color: #383838;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.position-relative{
	position: relative;
}

.lost-pass{
	width: 20px;
	height: 20px;
	background: url(../images/icon_lost_user.png) no-repeat;
	display: block;
	position: absolute;
	top: 27px;
	right: 0;
	margin: 9px; 
	color: #ffffff;
}

.lost-pass span{
	display: none;
	width: 138px;
	height: 22px;
	background: url(../images/tooltip.png) no-repeat;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 9px;
    line-height: 23px;
    text-transform: uppercase;
    margin-left: 21px;
}

.lost-pass:hover{
	text-decoration: none;
}

.lost-pass:hover span{
	display: block;
}

form{
	display: inline-block;
	margin-top: 140px;
}



