
label {
	padding-right: 15px;
}

textarea {
	font-family: Arial;
	font-size: 100%;
}

.floatr {
    float:right;
    padding:0px 0px 10px 10px;
}

.floatl {
    float:left;
    padding:0px 10px 10px 0px;
}

.odd {
	background-color: #EBE9ED;
}

.success {
    color: green;
    font-weight: bold;
}

.warning {
    color: yellow;
    font-weight: bold;
}

.error {
    color: #cc0000;
    font-weight: bold;
}

.clear,.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	height:1px;
	overflow:hidden;
}

.divider {
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	margin-bottom: 20px;
	overflow: hidden;
}

.pager {
	text-align: right;
}

.wide_field th {
	text-align: left;
}

.wide_field {
	width: 620px;
}

.inner_table {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-collapse: collapse;
}

.inner_table td {
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	color: #000;
}

.full_edit {
	width: 98%;
	padding: 0;
}

.thead {
	background: url(img/gbg.gif);
	padding: 4px;
	margin: 0;
	border:1px solid #CCCCCC;
	border-bottom: none;
	border-top: none;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.boxed {
	border:1px solid #CCCCCC;
	background-color: #f5f5f5;
	border-top: none;
	margin-bottom: 10px;
	padding: 5px;
}

.inlineimg {
	vertical-align: middle;
}

.tab_set {
	margin: 5px 0;
}

.tab_set .tab_nav {
	border-bottom:1px dotted #000000;
}

.tab_set .tab_nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.tab_set .tab_nav ul li {
	border-right:1px dotted #000000;
	float:left;
	margin:0;
	padding:0;
}

.tab_set .tab_nav ul li a {
	display: block;
	margin: 2px;
	padding: 2px 5px;
	text-decoration: none;
}

.tab_set .tab_nav ul li.active a,.tab_set .tab_nav ul li a:hover {
	background: #555555;
	color: #fff;
}

.tab_set .tab {
	border-bottom:1px dotted #000000;
	padding: 4px;
}

.std_form {
	font-size: 11px;
}

.std_form .inp {
	width: 200px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.std_form select.inp {
	width: 202px;
}

.std_form button {
	background: transparent url('img/btn.png') no-repeat top right;
	border: none;
	height: 26px;
	line-height: 26px;
	width: 84px;
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
}
.std_form button.bmid {
	width: 120px;
	background: transparent url('img/btn_mid.png') no-repeat top right;
}

.std_form button:hover {
	background-position: bottom right;
}

.std_form .captcha_img {
	vertical-align: bottom;
}

.std_form .captcha {
	width: 50px;
}

#captcha_exp {
	width: 300px;
	height: 150px;
	background-color: #fff;
	padding: 10px;
}