﻿div.formelement{clear:both; width:100%; /*Edited by Jayshree*/ margin-bottom: 10px;}
div.formelement div.caption{float:left; /*width: 33%; Edited by Jayshree*/ width:150px;}
div.formelement div.input{float:left; /*width: 66%; Edited by Jayshree*/ width: 300px;}
div.formelement div.input input.textbox{width:100%;} 
div.formelement div.input textarea.textbox{width:100%;} 
/*Added by Jayshree*/
div.valid {display: none;}
div.valid div.formelement {	float: left; padding-left: 8px; display: inline;}
* html div.formelement div.valid {padding-left: 4px;}