form { display:inline; }
img  { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: 8C8C8C; margin:0px 11px 0px 11px; }
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #333333; }

a:link, a:visited, a:active { text-decoration: none; color: #000000}
a:hover { color: #000000; text-decoration:underline }


input.btn {
  color:#050;
  font: bold 120% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

select { 
 background-color: #fed; 
 color: #050; 
 border: 1px solid #050;
 font: bold 120% 'trebuchet ms',helvetica,sans-serif;
}    

.border {
border: 1px solid #E5E5E5;

}

.bg           { background-color: #FFFFFF; border: 1px solid black; padding: 2px }





 

.area {
  color:#050;
  font: bold 120% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  
}

.ad {
	color: #FF0000;
	font-weight: bold;
	
}

 .ipt{
        border:solid 1px #C9C9C9;
        background-color:#ffffff;
        color:#000000;
    }


.page_b_off {
line-height: 2.0;
border:1px solid silver;
padding:1px 5px 1px 5px;
margin:12px 0 0 0px;
font-size : 11px;

}
a.page_b_off {color:gray;}

A.page_b_off:hover {
background-color: #cc0000;
color : white;
}

.page_b_on {
background-color: gray;
border:1px solid silver;
padding:1px 5px 1px 5px;
margin:0px 0 0 0px;
font-size : 11px;
color : white;
}


.xz
{

font:11px/12px Tahoma, Arial, sans-serif;
color:#050;
background:#fed;
padding:6px;
margin:1px 0;
border:1px solid #050;
}

.selectbutton {
    cursor:pointer;
    display:block;
    height:22px;
    width:121px;
    line-height:70px;
    text-align:center;
    background-image:url('/img/btn.jpg');
    background-repeat:no-repeat;
}


.clearlist

{
    cursor:pointer;
    display:block;
    height:22px;
    width:112px;
    line-height:70px;
    text-align:center;
    background-image:url('/img/clearlist.jpg');
    background-repeat:no-repeat;
}

.startup

{
    cursor:pointer;
    display:block;
    height:22px;
    width:122px;
    line-height:70px;
    text-align:center;
    background-image:url('/img/startup.jpg');
    background-repeat:no-repeat;
}

.getallcode

{
    cursor:pointer;
    display:block;
    height:22px;
    width:157px;
    line-height:70px;
    text-align:center;
    background-image:url('/img/getall.jpg');
    background-repeat:no-repeat;
}

.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#demo-status {
	padding: 10px 15px;
	width: 552px;
	/* border: 1px solid #eee;*/
}

#demo-status .progress {
	background: url(assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 472px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

.comment {
/*	border:1px solid #ccc; */
	padding:5px;

	background-color: #f3f3f3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #f3f3f3;
	width: 100%;
}

.comment-time {
	font-size: 80%;
	color: gray;
}

.message {
	font-size: 90%;
	color: gray;
}
