html,body {
	background: #f3f5f9 none repeat scroll 0 0;
	color: #4d4d4d;
	font: 14px/ 1.5em Microsoft YaHei, "ËÎÌå", Arial, Tahoma, Geneva,
		sans-serif;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #726b50;
	outline: medium none;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

.main_content {
	margin: 20px auto;
	padding: 0;
	font-size: 14px;
	padding: 5px 0 5px 32px;
	width: 765px;
}

.title_print {
	text-align: right;
	height: 30px;
	font-size: 16px;
}

@media print {
	.title_print {
		display: none;
	}
}

.container_box {
	background: url("/zpNew/editResume/images/container_bg.jpg") repeat-y
		scroll 0 0;
	overflow: hidden;
}

.container_top {
	background: url("/zpNew/editResume/images/container_top.jpg") no-repeat
		scroll 0 0;
	overflow: hidden;
	padding-bottom: 18px;
}

.container_bottom {
	background: url("/zpNew/editResume/images/container_bottom.jpg")
		no-repeat scroll left bottom;
	height: 10px;
}

#reg_content {
	padding: 25px 10px;
	font-size: 14px;
}

#reg_content h2 {
	color: #444;
	font-size: 20px;
	padding-left: 12px;
}

.dotline2 {
	background: url("/zpNew/editResume/images/line_dot.gif") repeat-x scroll
		0 0;
	height: 2px;
	margin: 20px 0;
	width: 100%;
}

.dotline {
	background: url("/zpNew/images/regsplit.png") no-repeat scroll center
		center;
	height: 20px;
	margin: 0 auto;
	width: 630px;
	margin-bottom: 10px;
	clear: both;
}

.dotline3 {
	height: 20px;
	margin: 0 auto;
	width: 630px;
	margin-bottom: 10px;
	clear: both;
}

.red {
	color: red;
	margin-left: 120px;
}

.pos-rlt {
	margin-bottom: 10px;
	min-height: 30px;
}

input[type="text"],input[type="password"] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555;
	line-height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	width: 220px;
}

input[type="text"]:focus,input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

.label {
	display: inline-block;
	width: 100px;
	margin: 0 15px 5px 0;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
}

.btn-primary:focus,.btn-primary:hover {
	background-color: #265a88;
	background-position: 0 -15px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn.focus,.btn:focus,.btn:hover {
	text-decoration: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7),
		to(#265a88) );
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ff337ab7', endColorstr = '#ff265a88', GradientType = 0 );
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false )
		;
	background-repeat: repeat-x;
	border-color: #245580;
}

.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning
	{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
}

.btn-default:focus,.btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}


.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tip {
	margin-top: 70px;
	font-size: 12pt;
	color: red;
	text-align: center;
}