@charset "utf-8";
/* CSS Document */

#content .title {position:relative; height:20px; padding-bottom:14px; padding-top:2px; margin-top:5px;}
#content .title h1 {color: #E11B83;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 3px;
    text-align: right;
		border-bottom: 1px dotted #ACACAC;}
#content .title .step_container {position:absolute; bottom:9px; right:20px; color:#FFF;}

.button_container {margin-top:30px; border-top:1px dotted #ACACAC; padding-top:4px;}
.button_container div.left {float:left;}
.button_container div.right {float:right;}

.button_container div.step_box {
	float:left; 
	margin-right:10px;
	margin-top:4px;
}

/*/////////////////////*/
/*textfield*/

.text_field {border:1px solid #9b9b9b;}
.text_field_focus {border:1px solid #646464;}
.text_field_error {border:1px solid #ED1C24;}


a.prev_button { width:160px; height:37px; margin-top:4px; display:block;}
a.next_button { width:185px; height:37px; margin-top:4px; display:block;}

a.prev_button_small { width:105px; margin-top:4px; display:block; padding-top:7px; padding-left:10px; font-size:12px; padding-bottom:5px; background-position:0px 0px; text-decoration:none; text-align:center;}
a.next_button_small { width:105px; margin-top:4px; display:block; padding-top:7px; padding-left:10px; font-size:12px; padding-bottom:5px; background-position:0px 31px; color:#FFF; text-decoration:none; text-align:center;}

/*/////////////////////*/