@charset "UTF-8";

/***************************************
*
*	1. login style
*
***************************************/

/* 1. login style */
/* ------------------------------------------------------------------------------------ */

#login #main-contents {
	margin-top: 20px;
	margin-bottom: 36px;
	text-align: left;
	font-size: 13px;
}
#login #main-contents .ui-link {
	color: #271c18;
	text-decoration: none;
}
#login .borderB {
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#login h3.loginTl {
	border-left: 5px solid #faae24;
	padding: 2px 0 2px 8px; 
	margin-bottom: 10px;
}
#login .intro {
	margin-bottom: 10px;
}
#login .inputWrap h4{
	margin-top: 10px;
}
#login .btnWrap {
	margin:20px 0;
}
#login .bluecolor {
	color:#4265ae;
	font-weight:bold;
}
#login #yellowback {
	background-color:#fdf4d3;
	padding:10px 10px 20px 10px;
	margin:20px 0;
	font-weight:bold;
}
#login #yellowback h3{
	margin-bottom:10px;
}
#login #redtxt {
	color:#ec0012;
	margin-bottom:20px;
}
#login #btn-next {
	display:block;
	-webkit-border-radius: 5px;  
	border: 1px solid #fdd32f;
	margin: 5px 0 20px;
	padding: 15px 0;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	background: #fdd32f url(../image/common/icoArrow05-R.png) no-repeat 95% 50%;
}















