body {
	font-family: 'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif; 
	font-size:12px;
	color:#696767;
	}
	textarea {color:#7b7d6f}

        input .awesome {
            border: none;
}


/* Form Table */
table.tform {
  margin-bottom: 10px;
}

table.tform td,table.tform th {
  padding-left:3px;
  border-top:none;
  border-left:none;
}

table.tform th {
    text-align:left;
    font-weight:normal;
    background:#F4FAFF;
    padding-left:5px;
    width: 210px;
}

table.tform.tpl th {
    width: 150px;
}

table.tform td {
    background:#FFF;
}

table.tform tr.header td {
    border: 1px solid;
    font-weight:bold;
    background: #ADADAD url(images/qbutton_bg.png) repeat-x;
    color:#FFF;
}
table.tform tr.subheader td {
    font-weight:normal;
    background-color: #f3f3f3;
}
table.tform tr.subheader-c td {
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 15px;
    background:#DCDCFF;
    text-align: center;
}