div.ui-checkbox{
	display: inline;
}


body > div.ui-page > section.main-content > section.title{
	text-align: center;
	padding: 8px;
	font-size: 20px;
	color: #282828
}


body > div.ui-page > section.main-content > section.body{
	padding-top: 50px;
	border-top: solid #afafaf 1px;
	overflow: hidden;
	min-height: 250px;
}


body > div.ui-page > section.main-content > section.body > form{
	text-align: center;
	width: 290px;
	position: absolute;
}
body > div.ui-page > section.main-content > section.body > form > div.subtitle{
	text-indent: -180px;
	font-size: 22px;
	color: #505050;
}
body > div.ui-page > section.main-content > section.body > form > div.text-field{
	margin-top: 5px;
}
body > div.ui-page > section.main-content > section.body > form > div.text-field > input{
	border: solid #8f8f8f 2px;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	border-radius: 7px;
	width: 276px;
}
body > div.ui-page > section.main-content > section.body > form > div.radio-field{
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
body > div.ui-page > section.main-content > section.body > form > div.radio-field > div.save-id{
	float: left;
}
body > div.ui-page > section.main-content > section.body > form > div.radio-field > div.save-pw{
	float: right;
}
body > div.ui-page > section.main-content > section.body > form > div.radio-field > div > label{
	font-size: 16px;
	font-weight: bold;
}
body > div.ui-page > section.main-content > section.body > form > div.submit-field > input.btn-login{
	border: none;
	background: url("../images/btn_login.png") no-repeat left top;
	width: 290px;
	height: 42px;
	margin-bottom: 12px;
}
body > div.ui-page > section.main-content > section.body > form > div.button-field > button.find-id{
	border: none;
	background: url("../images/btn_id_search.png") no-repeat left top;
	width: 136px;
	height: 40px;
	margin-bottom: 12px;
}
body > div.ui-page > section.main-content > section.body > form > div.button-field > button.find-pw{
	border: none;
	background: url("../images/btn_pass_search.png") no-repeat left top;
	width: 136px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 12px;
}

body > div.ui-page > footer{
	margin-top: 50px;
}