
form {
	margin:0;
	padding:0;
}

input {
	border: 1px solid #999999;
	background-color:#ffefd9;
	padding: 0.5em;
	overflow: visible;
	color: #333333;
	border-radius: 0.5em;
}

body .dijitInputField {
	font-size:1.2em !important;
	background-color:#ffefd9;
}

input:hover {
	border: 1px solid #333333;
}

input.checkbox, input.ck, input[type="checkbox"]
{
	background:none;
	border:0;
}

input.submit {
	background-repeat:no-repeat;
	cursor:pointer;
}

textarea {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color:#ffefd9;
	border-radius: 0.5em;
}

textarea:hover {
	border: 1px solid #333333;
}

select {
	padding: 0.5em;
	background-color:#ffefd9;
	border: 1px solid #999999;
	border-radius: 0.5em;
}

select option {
	background-color:#FFFFFF;
}

fieldset {
	margin-top:15px;
 	border: 2px solid #878787;
}

fieldset legend {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	padding-bottom:5px;
}

td.numeric, th.numeric, td.numeric input {
	text-align:right;
}

input.qty {
	width:60px;
}

.fieldRequired {
	padding-left: 4px;
	font-size:1.2em;
	color:#FF0000;
}

.mvForm .row, form .row {
	clear:both;
	padding:4px;
}

.mvForm .row label, form .row label, .mvForm span.label, form span.label {
	display: block;
	float: left;
	width:180px;
	padding-left:15px;
}

form .row label.clear {
	display: inline;
	float:none;
	width:auto;
	font-weight:normal;
}

label .desc, .label .desc {
	font-size:0.9em;
	color:#666666;
	font-weight:normal;
}

td.label, .row label, span.label {
	margin-right: 10px;
	font-weight:bold;
	text-align: right;
}
td.label {
	padding-right:10px;
}

label.required, td.required {
	background-image:url(../images/icons/asterisk.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:15px;
}

.errorMessage, .warnMessage, .successMessage {
	font-weight:bold;
	color:#de190d;
	padding:5px;
	padding-left:36px;
	background-image:url(../images/icons/error.gif);
	background-repeat:no-repeat;
	background-position: left center;
	border:1px dotted #990000;
	margin:1px;
	background-color:#fef5f4;
	line-height:28px;
}

.warnMessage {
	color:#666;
	background-image:url(../images/icons/warning.gif);
	background-position: 8px center;
	background-color:#f8f5d8;
}

.successMessage {
	color:#69b83e;
	background-color:#f1f9ed;
	background-position:4px center;
	background-image:url(../images/icons/accept.png);
}

#ind {
	display:block;
}

#ind .errorMessage, #ind .warnMessage, #ind .successMessage {
	display:block;
}

.footer {
	height:20px
}
	