.divformcontainer {
    width:630px;
    color:#000000;
    background-color:#ededed;
}

.formcontainer {  
  padding-bottom: 9px;
  /*font-family:"Times New Roman", Times, serif; */
  font-size:12px;  
  border: 1px medium #000000;   /* not working*/
}   

.text {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
    
}

.legenset {
    font-size:1.1em;
}

.input, .textarea {
    width:auto;       
    margin:5px 0 0 10px; 
}

.textarea { 
	overflow: auto; 
}

#buttons {
 padding-left: 200px;
}

input#reset {
        margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#commentdesc {
	
}

#commentdesc p {
	font-size:14px;
}


/** Hack **/
* html #divformcontainer {width:630px}


