/* Forms */
.cssform label{
	float: left;
	margin-left: 0px; /*width of left column*/
	margin-top:2px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-size: 1em;
	font-weight: bold;
}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
   font-weight:bold;}

p.formSeparator{ margin:5px 0 5px 0; padding: 0 0 5px 0; line-height:20px; border-bottom: 1px dotted #eee; }
