

body{ background-color: #f1f1f1; }

.form-group label{ font-size: 10px; font-weight: bold; text-align: right; width: 100%; line-height: 20px;}

.form-group label span{ font-size: 11px; }

.form-group input{ border: 1px solid #e0e0e0; padding: 2px 10px; font-size: 13px; font-weight: bold; color: #333333; line-height: 15px; height: 33px; background: #f3f3f3; border-radius: 5px; box-shadow: 0px 0px 0px #ffffff; margin-bottom: 10px; }

.form-group{ margin-top: 5px; }

.form-group sup{ color:red; font-size: 13px; }

.form-group-notification{ color: #888888; font-size: 12px; margin-top: 3px; }

.form-group-notification i{ font-size: 12px; }

.form-group-notification a{ color:#3682b7; }

.ui-tabs-panel h4{ margin-bottom: 30px; }

.marg-top-thirty{ margin-top: 30px; }

.InputField select{ width: 100%; border: 1px solid #e0e0e0; padding: 8px 10px; font-size: 13px; color: #333333; line-height: 15px; background: #f3f3f3; border-radius: 5px; box-shadow: 0px 0px 0px #ffffff; margin-bottom: 10px; }

.InputField select option{ font-weight: bold; }

.InputField textarea{ width: 100%; border: 1px solid #e0e0e0; padding: 8px 10px; font-size: 13px; color: #333333; line-height: 15px; background: #f3f3f3; border-radius: 5px; box-shadow: 0px 0px 0px #ffffff; margin-bottom: 10px; min-height: 75px; }

.InputField input[type="checkbox"]{ float: left; line-height: 14px; height: 12px; margin-right: 10px; }

.InputField input[type="radio"]{ line-height: 14px; height: 12px; margin-right: 10px; }

.InputField input[type="file"]{ padding-top: 5px; }

ul.form-group-notification{ padding-left: 25px; }