﻿/* Forms */
form br { clear:left; }
label { display: block; float: left; width: 150px; padding: 0px 20px 0px 0px; text-align: left; margin-right: 10px; /*IE8 Problem with this!(margin-bottom: 10px;)*/margin-bottom: 0px; }
input:focus { background-color: #DDEAF4 }
textarea:focus { background-color: #DDEAF4 }
.required { color:Red; }
.checkboxlist label { float:none !important; display:inline; margin-bottom:10px !important; }
.submitbutton { margin-top:20px; }
