﻿div.spacer{clear:both; height:1px;}

div.InputForm h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

div.InputForm table {
    margin-bottom: 20px;
}

div.InputForm p.title {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
	font-size:12px;
	clear:left;
}

div.InputForm label, div.InputForm span.small {
	width:140px;
}

div.InputForm label {
	display:block;
	font-weight:bold;
	text-align:right;
	float:left;
	clear:left;
	font-size:12px;
	color: #003670;
	margin: 0px;  /* can be removed later after full implementation */
}

div.InputForm label.required {
    color: #C40033;
}

div.InputForm span.small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}

div.InputForm p input, div.InputForm p textarea, div.InputForm span.selectWrapper, div.InputForm span.text, div.InputForm span.checkbox {
	float:left;
	font-size:9pt;
	text-align:left;
	height:21px;
	line-height:21px;
	margin:2px 0px 13px 10px;
	border:1px solid #b7b6bA;
	padding-left: 5px;
	padding-right: 5px;
}

div.InputForm p textarea {
	height:105px
}

div.InputForm .button { 
	background:#B7DDF2;
	border:solid 1px #61ADFF;
	font-size:10pt;
	font-weight:bold;
	color:#003670;
	padding:4px 6px;
	height:25px;
	line-height:normal;
	cursor: pointer;
	text-align: center;
}

div.InputForm span.checkbox {
    display: block;
    padding:0px;	
	border:none;
}

div.InputForm span.checkbox label {
	font-weight:normal;
	text-align:left;
	clear: none;
	font-size:9pt;
	width: auto;
}

div.InputForm span.checkbox input {
    border: none;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.InputForm span.text {
    border: none;
    font-size: 12px;
}

div.InputForm select {
    border:none;
}

div.InputForm span.selectWrapper {
    height:17px;
	padding:3px;
}

div.InputForm span.selectWrapper select {
    padding:0px;
    margin:0px;
    font-size:12px;
}

div.InputForm img.widget {
    float: left;
	margin:2px 0px 13px 5px;
}

p.message {
    margin-bottom: 20px;
    color: #cc0000;
}