body {
	margin:0px auto;
	color:#7f7e7e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}


.foot {
	line-height:20px;
}

.input {
	width:75px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#640900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A53905;
	border-right-color: #F85A0E;
	border-bottom-color: #F85A0E;
	border-left-color: #A53905;
}

#floatBoxBg
{
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.floatBox
{
    border: #666 5px solid;
    width: 500px;
    position: absolute;
    top: 50px;
    left: 40%;
}
.floatBox .title
{
    height: 23px;
    padding: 7px 10px 0;
}
.floatBox .title h4
{
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bolder;
    font-size: 14px;
    line-height: 16px;
}
.floatBox .title span
{
    float: right;
    cursor: pointer;
    font-weight:bolder;
    color:White;    
}
.floatBox .title h1
{
    font-weight:bolder;
    color:White;    
}
.floatBox .content
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#sendmessagepanel td,#uploadpanel td
{
	padding:2px 0;
	*padding:1px 0;
	text-align:left;
}