@charset "utf-8";

.clr {
	clear: both;
}

.blank {
	width: 1px;
	height: 1px;
}

.d_n {
	display: none;
}

.d_ni {
	display: none !important;
}

.d_nn {
	display: none;
}

.d_b {
	display: block;
}

.d_bi {
	display: block !important;
}

.d_ib {
	display: inline-block;
}

.t_aling_c {
	text-align: center;
}

.fs_10 {
	font-size: 10px;
}

.fs_12 {
	font-size: 12px;
}

.w_100 {
	width: 100px;
}

.w_200 {
	width: 200px;
}

.w_250 {
	width: 250px;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.cur_p {
	cursor: pointer;
}

.cur_d {
	cursor: default !important;
}

.f_bold {
	font-weight:bold;
}

.f_under {
	text-decoration: underline;
}

.border_n {
	border: none !important;
}

.opa_7 {
	opacity: .7;
}

.opa_10 {
	opacity: 1;
}

.m_t_5 {
	margin-top: 5px;
}

.m_b_5 {
	margin-bottom: 5px;
}

.overflow_h {
	overflow: hidden;
}

/*--- for default form layout ---*/
label {
	display: block;
}

input, select, textarea {
	display: inline-block;
	padding: 4px;
	margin: 0 13px 0 0;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

select {
	height: 30px;
	line-height: 30px;
}

textarea {
	width: 368px;
	height: 60px;
	margin: 8px 13px 0 0;
	line-height: 20px;
	resize: vertical;
}

input[type="file"] {
	padding-left: 0;
	border: 1px solid #fff;
}

input[type="checkbox"], input[type="radio"] {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	width: auto;
	height: auto;
	border: none;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
	padding: 0;
}

.chkbox, .radio {
	display: inline-block;
	margin: 7px 13px 0 2px;
	line-height: 18px;
}

.error_box {
	border: 1px solid #f14c48;
	background: #fef1ec;
	color: #f14c48;
	padding: 5px 13px;
	margin: 10px 0 30px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* For modern browsers */
.clfix:before, .clfix:after {
	content:"";
	display:table;
}
.clfix:after {
	clear:both;
}
  
/* For IE 6/7 (trigger hasLayout) */
.clfix {
    zoom:1;
}

.altt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
