/*
    - Project : malltail japan
    - Author email: lovesia@cocen.com
    - Author Name : 김민성
    - Description : login style sheet
    - Create : 2011-02-09
    - Modify : YYYY-MM-DD
    - Version : ver 1.0
*/

#contentWrap #content #step1 .left_box {
	position : absolute;
	top : 230px;
	left : 10px;
	width : 330px;
	height : 230px;
	
	border-top-width : 8px;
	border-left-width : 8px;
	border-right-width : 8px;
	border-bottom-width : 8px;
	
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	
	border-top-color : #dcdcdc;
    border-left-color : #dcdcdc;
    border-right-color : #dcdcdc;
    border-bottom-color : #dcdcdc;    
    
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    border-radois: 5px;
    
    
	background-color : white;
}

#contentWrap #content #step1 .right_box {
	position : absolute;
	top : 230px;
    left : 370px;
	width : 330px;
	height : 230px;
	
    border-top-width : 8px;
    border-left-width : 8px;
    border-right-width : 8px;
    border-bottom-width : 8px;
    
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    
    border-top-color : #dcdcdc;
    border-left-color : #dcdcdc;
    border-right-color : #dcdcdc;
    border-bottom-color : #dcdcdc;    
    
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    border-radois: 5px;
    
    background-color : white;
}

#contentWrap #content #step1 .left_box .left_title {
	position : absolute;
	left : 30px;
	top : 10px;
}
#contentWrap #content #step1 .left_box .left_text_1 {
    position : absolute;
    left : 35px;
    top : 50px;
}
#contentWrap #content #step1 .left_box .left_button {
    position : absolute;
    left : 60px;
    top : 100px;
}
#contentWrap #content #step1 .left_box .left_text_2 {
    position : absolute;
    left : 10px;
    top : 190px;
}

#contentWrap #content #step1 .right_box .right_title {
    position : absolute;
    left : 60px;
    top : 10px;
}
#contentWrap #content #step1 .right_box .right_text {
    position : absolute;
    left : 40px;
    top : 55px;
}
#contentWrap #content #step1 .right_box .right_id {
    position : absolute;
    left : 40px;
    top : 100px;
}
#contentWrap #content #step1 .right_box .right_pw {
    position : absolute;
    left : 40px;
    top : 120px;
}
#contentWrap #content #step1 .right_box .right_pw_search {
    position : absolute;
    left : 60px;
    top : 140px;
}
#contentWrap #content #step1 .right_box .mach_idpwd {
    position : absolute;
    left : 40px;
    top : 160px;
}
#contentWrap #content #step1 .right_box .right_button {
    position : absolute;
    left : 110px;
    top : 180px;
}