html {
	color: #3c3c3c;
}
a {
	color: #0097C4;
}
a:hover, a.curent {
	color: #194471;
}
input[type=submit],
input[type=button],
button[type=submit],
button, .button{
	border: none;
	cursor: pointer;
	padding: 5px;
	color: #444;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #eee;
	font-weight: bold;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover,
button:hover, .button:hover {
	color: #0097c4;
	background-color: white;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=submit]:disabled,
button:disabled,
button.disable{
	color: #ccc;
	cursor: default;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus,
button:focus, .button:focus {
	outline: none;
	-moz-outline: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=range],
input[type=number],
input[type=search],
input[type=file],
textarea,
select {
	border: 1px solid #ccc;
	padding-left: 3px;
    height: 27px;
    line-height: 27px;
	box-shadow: 0 1px 2px #eee inset;
	background: #f8f8f8;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=range]:focus,
input[type=number]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
-webkit-box-shadow: 0 0 8px 0 LightBlue;
-moz-box-shadow: 0 0 8px 0 LightBlue;
box-shadow: 0 0 8px 0 LightBlue;	
}
textarea {
	height: auto;
	line-height: 17px;
	padding: 5px;
}
p {
	text-indent: 25px;
	margin: 7px 0;
}
article {
    float: left;
    padding: 2%;
    width: 66%;
}
.article_title {
	text-align: center;
	color: #0097C4;
	font-size: 30px;
	font-weight: normal;
}
article ul.ok {
    margin-left: 30px;
    margin-top: 20px;
}
article ul.ok li {
	list-style: none;
	background: url("/assets/img/lexwood/ok24.png") no-repeat left center transparent;
	padding: 10px 0 10px 35px;
}
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("/assets/img/core/loader.gif") no-repeat scroll center center rgba(61,61,61,0.8);
	z-index: 100;
	top: 0;
	left: 0;
}
.img_zoom:hover img {
	cursor: url("../img/core/zoom.cur"), zoom-in;
}
.img_group {
	overflow: hidden;
}
.img_group img {
	display: block;
	width: 100%;
	opacity: 0.7;
}
.img_group a {
	display: block;
	float: left;
	margin: 0 1% 1%;
    width: 48%;
}
.img_group a span {
	display: block;
	text-align: center;
}
.img_group a:hover img {
	opacity: 1;
}
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("/assets/img/core/loader.gif") no-repeat scroll center center rgba(61,61,61,0.8);
	z-index: 100;
	top: 0;
	left: 0;
	overflow: auto;
}
.modal img {
	display: block;
	margin: auto;
	position: relative;
	max-width: 100%;
}
.modal .head {
	background: rgba(61,61,61,0.8);
	width: 100%;
	position: fixed;
	height: 50px;
	line-height: 50px;
	color: white;
	text-align: center;
	font-size: 22px;
	z-index: 1;
}
.modal .head span, .modal .head a {
	color: white;
    display: block;
}
.modal .head a {
	height: 50px;
    width: 50px;
	float: right;
    background-position: center center;
    background-repeat: no-repeat;
}
.modal .head a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.modal .head .next, .modal .head .prev, .modal .head .count {
	float: left;
}
.modal .head .close {
	background-image: url("/assets/img/core/close.png");
}
.modal .head .full {
	background-image: url("/assets/img/core/full.png");
}
.modal .head .small {
	background-image: url("/assets/img/core/small.png");
}
.modal .head .next {
	background-image: url("/assets/img/core/next.png");
}
.modal .head .prev {
	background-image: url("/assets/img/core/prev.png");
}
.modal .head .count {
	width: 100px;
}