.h1 {
	font-weight: bold;
	font-size: 15px;
	border-radius: 10px;
	background-color: #1F5E86;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.webPage {
	background:#FFFFFF URL('../i/bg.jpg') no-repeat;
	padding: 15px;
	font-size: 15px;
}
.webMenu {
	width: 250px;
	position: absolute;
}
.webInfo {
	border-radius: 10px;
	padding: 10px;
	background-color: #ECECEC;
	width: 100%;
	font-size: 15px;
}
.wrapOrder {
	margin-left: 285px;
	min-width: 1030px;
}
.webText {
	min-height: 350px;
	float: left;
	padding-right: 17px;
}
.webRight {
	float: left;
	width: 270px;
	/*border-radius: 10px;*/
	/*padding: 10px;*/
	/*background-color: #ECECEC;*/
	font-size: 15px;
	margin-bottom: 20px;
}
.webRight b {
	color:#1F5E86;
	border-bottom: 1px dashed #1F5E86;
}
.webRight .info {
	font-size: 12px;
}
.subTable td,
.subTable input,
.subTable textarea,
.subTable select {
	font-size: 15px;
}
.onlineBox .htmlform_info,
.onlineBox input {
	font-size: 15px !important;
}
.oneClick {
	width: 270px;
	cursor: pointer;
}
.oneClick a {
	color: #fff;
	text-decoration: none;
}
.oneClick div {
	margin-bottom: 15px;
	padding: 10px 10px 10px 50px;
	border-radius: 10px;
	background:#1F5E86 URL('/i/pdf32.png') 8px center no-repeat;
}
.oneClick div.noPdf {
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	background: #1F5E86;
}
.oneClick div:hover {
	background-color:#063655;
}
.webInfoSpace {
	margin-top: 15px;
}
select, input, textarea {
	font-size: 15px !important;
	font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
}
#archiveBlock {
	width: 550px;
}

.form {
	border-radius: 10px 10px 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #D4ECF8;
}
.form input[type="text"] {
	border: 1px solid #808080;
	border-radius: 5px;
	padding: 10px;
	font-size: 18px !important;
	width: 360px;
}
.form input[type="submit"] {
	border-radius: 5px;
	padding: 5px;
	font-size: 20px !important;
	border: 1px solid #808080;
	background-color: orange;
	color: #fff;
	/*font-weight: bold;*/
}