@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body{
	font-family:"Nanum Gothic", serif;
	background:url("http://www.obms.co.kr/images/serviceReservation/body_bg.png") no-repeat;
	min-width:930px;
}
.ui-tabs .ui-tabs-panel{
	padding:0.5em 0.5em;
}
#content{
	width:98%;
	margin:2.5em auto 0 auto;
	text-align:center;
}
#wrapper{
	margin:0;
	padding:0;
}
#leftDiv{
	width:550px;
	margin-right:20px;
	float:left;
}
.costTableDiv{
	height:422px;
	overflow-y:auto;
	overflow-x:hidden;
}
#leftDiv fieldset{
	text-align:left;
	height:495px;
	border:1px solid #aaaaaa;
}



#rightDiv{
	width:340px;
	float:left;
}
#button_section{
	position:absolute;
	top:460px;
	left:20px;
}

label.title{
	width:80px;
	float:left;
	text-align:right;
	margin-right:1em;
}
.align_center{
	text-align:center;
}

.form_div{
	line-height:1.2em;
	clear:both;
	margin:0.7em;
}

#issue_account_section,
#noissue_account_section,
#dialog_issue_account_section,
#dialog_noissue_account_section{
	margin-left:100px;
}
table {
	border-collapse:collapse;
	width:290px;
}
table, td ,th{
	border:1px solid black;
}
td,th{
	padding:0.2em;
	font-weight:normal;
	font-size:0.8em;
}
.alert{
	font-weight:bold;
	color:maroon;
	opacity:0.8;
}
.hidden{
	display:none;
	height:0;
}
.wrapper{
	margin-right:1em;
}

#obmpos_sms_point{
	font-size:smaller;
	margin-right:1em;
	color:gray;
}

.useImeActive{
	ime-mode:active;
	-ms-ime-mode:active;
	-webkit-ime-mode:active;
	-moz-ime-mode:active;
	-o-ime-mode:active;
}

.cost_info{
	color:blue;
	font-size:smaller;
}

strong{
	font-weight:bold;	
}

.redFont{
	color:red;
}

.ui-tabs-anchor{
	font-size:0.8em;
}

.center{
	text-align:center;
}

#dialog_card_section{
	padding-top:2em;
}

.validateTips{
	font-weight:bold;
	margin:0.5em;
}

#inicis_link,
#bank_link,
#regist{
    background: brown;
    color: white;
    font-weight: bold;
}