body, html {
    height: 100%;
	margin:0px 0px;
	padding:0px 0px;
}
html {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Helvetica,Arial,"Luxi Sans",sans-serif;
}
.inner_block {
	width:610px;
	height:600px;
	background: url('images/circle_back_03.png') center center no-repeat;
	position:fixed;
}
.login_wrapper {
	position:relative;
}
#label_block {
	position:absolute;
	left:110px;
	top:233px;
    width: 180px;
}
#form_block {
	position:absolute;
	right:90px;
	top:218px;
    min-height: 260px;
    width: 200px;
}
#label_block p {
    bottom: 30px;
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    margin-top: 50px;
}
.lockIcon {
	display:inline-block;
	background: url(images/lock_07.png) no-repeat;
	width:13px;
	height:16px;
	margin:0px 3px;
}
.mainIndexTitle {
    color: #ffffff;
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0px 0px 0px 0px;
}
label {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: normal;
	padding: 7px 0 2px;
	margin:0px 0px;
}
input[type="text"], input[type="password"] {
	width:100%;
	font-size:10px;
	padding:2px 2px;
}
#forgotPW {
	color:#ffffff;
	text-decoration:underline;
}
.sns_icon {
	display:inline-block;
	width: 24px;
	height: 24px;
	margin:0px 0px 0px 5px;
	overflow:hidden;
	padding:0px 0px;
}
.sns_facebook {
	background:url(images/facebook_24.png) no-repeat;
}
.sns_twitter {
	background:url(images/twitter_24.png) no-repeat;
}
.sns_linkedin {
	background:url(images/linkedin_24.png) no-repeat;
}

.msg_block {
	position:absolute;
	left:65px;
	top:140px;
	width:490px;
}
form {padding:0px 0px; margin:0px 0px;}