input {
}

input.invalid, textarea.invalid, select.invalid, input[type="radio"].invalid, input[type="checkbox"].invalid {
	background-color: #EFEFEF;
	border: 1px;
	border-color: #FF0000 !important;
	border-style: solid;
}

input.invalid:focus, textarea.invalid:focus, select.invalid:focus, input[type="radio"].invalid:focus, input[type="checkbox"].invalid:focus {
	background-color: #EFEFEF;
	border: 1px;
	border-color: #FF0000 !important;
	border-style: solid;
}

input:focus, textarea:focus, select:focus {
	background-image: none;
	border: 1px;
	border-color: #666666;
	border-style: solid;
}
input:hover, textarea:hover, select:hover {
	background-image: none;
	border: 1px;
	border-color: #666666;
	border-style: solid;
}
input:active, textarea:active, select:active {
	background-image: none;
	border: 1px;
	border-color: #666666;
	border-style: solid;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	background:none;
	border:0;
}
input[type="submit"] {
	border-style: outset;
	border-width: 1px;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 1px;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 1px;
}

fieldset {
	border: 0;
	padding: 0;
 	margin: 0;
}

legend {
 	width: 0;
  	height: 0;
	background-color: none;
	border: 0;
	color: #FFFFFF;
	font-size: 0.01em;
	padding: 0;
 	margin: 0;
}

.boxes {
	background:transparent;
	border: 0 0.3em 0 0;
}

.required {
	border: 0;	
	background-image: url(images/icons/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Form message boxes */

div.tmtFormMessage,
div.tmtFormErrorMessage {
	border: 1px;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

div.tmtFormMessage {
	background-color: #A4BFF0;
	border-color: #12387A;
}

div.tmtFormErrorMessage {
	background-color: #F9D400;
	background-image:url(images/icons/required.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;	
	border-color: #BB0000;
	padding-left: 30px;
}

div.tmtFormMessage ul,
div.tmtFormErrorMessage ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}