﻿@charset "utf-8";

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
}

:first-child + html .clearfix {
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.s11 {
	font-size: 11px;
}

.s11-b {
	font-size: 11px;
	font-weight: bold;
}

.nomal {
	font-weight: normal;
}

.none {
	display: none !important;
}

a {
	color: #333;
	display: inline-block;
	font-weight: normal;
	outline: medium none;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

.fl {
	float: left;
}

.fr { /* float:right; */
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

.text_none {
	text-decoration: none !important;
}

.text_under {
	text-decoration: underline !important;
}

.posi_tive {
	position: relative;
}

.reset {
	margin: 0 !important;
	padding: 0 !important;
}

.martop-5 {
	margin-top: 5px;
}

.mar-top {
	margin-top: 10px;
}

.mar-bottom {
	margin-bottom: 10px;
}

.mar-right {
	margin-right: 10px;
}

.mar-left {
	margin-left: 25px;
}

.pad-top {
	padding-top: 10px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-20 {
	padding: 20px;
}

.pad-10 {
	padding: 10px;
}

.cltitle {
}

.clname {
}

.clred {
	color: red;
}

.clgreen {
	color: green;
}

.clblue {
	color: blue;
}

.clgray {
	color: gray;
}

.clwhite {
	color: white;
}

.clblack {
	color: black;
}

.clorange {
	color: orange;
}

.nobor {
	border: medium none !important;
}

.last {
	border-bottom: medium none;
	margin: 0;
}

.first {
	border-top: medium none !important;
	margin: 0;
}

.moz {
}

label {
	display: block;
}

.inline {
	display: inline-block;
	line-height: 2.5em;
}

hr {
	background: none repeat scroll 0 0 #ddd;
	border: medium none;
	clear: both;
	color: #ccc;
	float: none;
	height: 1px;
	margin: 0 0 1.45em;
	width: 100%;
}

button {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	white-space: nowrap;
}

.gradient {
	background: -moz-linear-gradient(center top, #2f2727, #1a82f7) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #adadad;
	border-radius: 0px;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px;
	height: 20px;
}

textarea {
	height: 100px;
}

input[type="submit"], input[type="button"] {
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid 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;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	top: 0.25em;
}

img {
	border: medium none;
	display: inline-block;
}

.img-100 {
	max-height: 100px;
	max-width: 100%;
}
