html{
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	margin: 0;
	position: absolute;
	min-height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	min-width: 980px;
	background-color: #cbf1e7;
}
div.clear{
    clear: both !important;
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    width: 0 !important;
}
.wrapper{
	width: 980px;
	margin: 0px auto;
	position: relative;
	max-width: 1200px;
	min-width: 980px;
}
.header{
	background: url(../img/bg-header.png) repeat-x;
	height: 150px;
	position: relative;
	text-align: center;
}
.head-text{
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
}
a{
	color: #0076a3;
	text-decoration: underline;
}
span.red{
	color: #f03d14;
	text-transform: uppercase;
}
.head-text2{
	font-size: 14px;
}
.block-line{
	background: url(../img/bg-line.png) repeat-x;
	height: 49px;
	border: 1px solid #000;
	text-align: center;
	position: relative;
}
.text-line{
	font-size: 14px;
	margin-top: 12px;
}
.red2{
	color: #f03d14;
}
.text-line img{
	margin-right: 5px;
}
.content{
	position: relative;
	margin-bottom: 80px;
}
.content-img{
	background: url(../img/search-img.png) no-repeat;
	height: 114px;
	width: 114px;
	float: left;
}
.wr-content{
	margin: 100px auto;
	width: 700px;
}
.content-search{
	float: left;
	margin-left: 40px;
}
.head-search{
	font-size: 30px;
	margin-bottom: 20px;
}
.input1{
	width: 500px;
	height: 50px;
	padding-right: 50px;
	border-radius: 10px;
	border: 1px solid #cecece;
	padding-left: 10px;
}
.input2{
	background: url(../img/bg-button.png) repeat-x;
	height: 38px;
	width: 39px;
	border: 1px solid #bed5d1;
	border-radius: 8px;
	float: right;
	position: absolute;
	right: 15px;
	top: 6px;
	text-align: center;
	cursor: pointer;
}
.wr-search{
	position: relative;
	width: 510px;
}
.bg{
	background: url(../img/bg.png) repeat-x;
	height: 533px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.footer{
	bottom: 0px;
	text-align: center;
	height: 30px;
	position: absolute;
	width: 100%;
}
.footer-link{
	color: #f03d14;
}
.footer-link:hover{
	color: #f03d14;
}
.content-img2{
	background: url(../img/icon2.png) no-repeat;
	height: 164px;
	width: 162px;
	float: left;
}
.content-text{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 36px;
	width: 360px;
}
p{
	text-align: center;
	font-size: 18px;
}
p.p1{
	margin: 50px auto;
}
.red3{
	color: #f03d14;
	font-weight: bold;
}
.wr-content2{
	margin: 40px auto;
	width: 600px;
}
.footer-img{
	margin-right: 10px;
	margin-bottom: 5px;
}

.msg-error {
	color:#B00000;
	border-style:solid;
	border-width: 1px;
	border-color: #FF0000;
	padding: 5px;
	border-radius: 7px;
	background-color: #FFB0B0
}

.msg-ok {
	color:#00B000;
	border-style:solid;
	border-width: 1px;
	border-color: #00FF00;
	padding: 5px;
	border-radius: 7px;
	background-color: #B0FFB0
}
