
textarea{
	border:1px solid #999;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	height:100px;
	overflow:auto;
    width:300px;
	text-align:left;
	padding:5px;}
.mark{color:#CC0000}

textarea#styled {
	width: 600px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
table#reply {
	##width: 600px;
	##height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*
.black_overlay{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 100%; 
            background-color: white; 
            z-index:1001; 
            -moz-opacity: 0.8; 
            opacity:.80; 
            filter: alpha(opacity=80); 
        } 
        .white_content { 
            display: none; 
            position: absolute; 
            top: 25%; 
            left: 25%; 
            width: 60%; 
            height: 60%; 
            padding: 5px; 
            border: 5px solid #CEE7FF; 
            background-color: white; 
            z-index:1002; 
            overflow: auto; 
        } 
     .qpshcom
{	width:500px;
	height:200px;
	background-color:#efefef;
	color:#666666;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	margin:6px;
	padding:6px;
	font-Size:14px;
	line-height:200%;
	float:midden;
	
}*/
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;

}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	unicode-bidi:embed;direction:ltr;

}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
#buttonContainer
{
	position: relative;
	top:-28px;
	left: 230px;
}
#resultsContainer
{
	color:red;
	border: 0px solid black;
	display: none;
	padding: 0px;
	width: 200px;
	float: left;
	position: relative;
	left: 2px;
}
.model {
	border-width: 1px;
	padding: 5px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
.status{
	color:red;
	text-align:left;
	padding:3px;
}
.error{
	color:red;
	text-align:left;
	padding:3px;

}

 .ctl{
   table-layout:fixed
 }
/*  .ctl td{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px}*/

