
/* top News Sections */

/* form elements */
#frm2 {
    margin-left:10px;
	margin-right:4px;
	padding: 0;
	
}
#frm2 label {
width: 150px; 
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
font-size:0.8em;
font-family:Tahoma;
color:#888888;




}
#frm2 input {
	padding: 2px;
	width:200px;
	margin-bottom:5px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}

#frm2 .formheading{
color:#00CCFF;
display:block;
font-weight:bold;
margin:5px 0 10px;
text-align:left;

}

#frm2 textarea {
	width:200px;
	padding:2px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:50px;
	display:block;
	color:#777;
	margin-bottom:5px;

	
}

#frm2 input.button { 
	margin-left: 2em; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}






/*  another form elements */
#frm {
    margin-left:10px;
	margin-right:4px;
	padding: 0;
	
}
#frm label {
width: 150px; 
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
font-size:0.8em;
font-family:Tahoma;
color:#888888;




}
#frm input {
	padding: 2px;
	width:200px;
	margin-bottom:5px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}

#frm .formheading{
color:#00CCFF;
display:block;
font-weight:bold;
margin:5px 0 10px;
text-align:left;

}

#frm textarea {
	width:200px;
	padding:2px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:50px;
	display:block;
	color:#777;
	margin-bottom:5px;

	
}

#frm input.button { 
	margin-left: 2em; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}
















/* New Form Element*/

.cssform{
display:inline;
margin:10px; padding: 0;
	
}

.cssform form{
    font-family: Verdana, Arial, Sans-Serif;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	background-color: #FAFAFA; 
  }

.cssform label
{
width: 70px; 
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

.cssform input
{
color: #777;
width: 120px;
border:1px solid #A6AFB6;
}

.cssform select
{
color: #777;
width: 120px;
border:1px solid #eee;
font-size:9px;
}

.cssform .submit input
{
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
	margin-left: 4.5em;
	width:80px;

} 
.cssform fieldset
{
border: 1px solid #fefefe;
width: 20em
}




/* some other css text */




/* All form elements are within the definition list for this example */
.cssform dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 50px;
}
.cssform dt {
    clear: both;
    float:left;
    width: 70px;
    padding: 4px 0 2px 0;
    text-align: left;
}
.cssform dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 150px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

select
{
color: #777;
width: 206px;
border:1px solid #eee;
font-size:9px;
margin-bottom:6px;
}


textbox { 
	margin: 0; 
	width: 10px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
	

}

*html .textarearight {
margin-left:110px;
}


.textarearight {
margin-left:158px;
}




