/*
 Document   : content
 Created on : 2012-5-9, 10:38:40
 Author     : shenwt
 Description:
 Purpose of the stylesheet follows.
 */ 

.content-box {
    border: 1px #e3e199 solid; margin-top:15px;
}

.content-box-head h3 {
    font-size: 17px;
    float: left;
    padding: 10px 15px 10px  10px; margin:0px;
}

.content-box-head {
    background: url("/Public/img/bg-content-box.gif") repeat-x scroll left top #E5E5E5;
    height: 40px;
    margin-top: 1px;
}
.tips{
	line-height:24px;
}
.tips p{
	text-indent:2em;
	clear:both;
}
.content-box-content {
    padding: 5px 10px;
}

.oper {
    padding: 10px 0;
}

.content-box a {
    text-decoration: none;
    color: #ff8040;
}

.content-box a:hover {
    font-style: italic;
}

.content-box .title {
    display: block;
    clear: both;
}

.content-box .h3 {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

.content-box ul {
    list-style: none;
    padding: 5px 10px;
    clear: both;
    overflow: hidden;
}

.content-box ul li {
}

textarea {
    width: 99%
}

.content-box .main {
    clear: both;
}

.content-box p {
    text-indent: 2em;
    font-size: 13px;
}

small {
    padding: 0 10px;
    display: inline-block;
    text-align: right;
}

.notice {
    border: 1px solid #f3f2d3;
    margin: 5px 0;
    padding: 2px 5px;
    line-height: 22px;
}

.content-box input, select, label {
    display: inline-block;
    padding: 3px 2px;
}

.content-box .input {
    display: block;
    margin: 5px 0;
}

.short_input{
    width: 50px;
}

.short-text{
	width:30px;
}
.mid_input,.mid-text {
    width: 146px;
}

label {
    width: 70px;
}


#tips{
	width:320px;
	display:inline-block;
	text-align:center;
}
.warnning{
	color:red;
}
.ok{
	color:green;
}
small{
	font-size:11px;
}

.red{
	color:red;
}

