﻿/*
input.small, input.medium, input.large, input.title
{
	padding: 2px;
	font-size: 13px;
	border: 1px solid #7f9db9;
}

.ie6 input.small, .ie6 input.medium, .ie6 input.large, .ie6 input.title,
	.ie7 input.small, .ie7 input.medium, .ie7 input.large, .ie7 input.title,
		.ie8 input.small, .ie8 input.medium, .ie8 input.large, .ie8 input.title
{ margin: -1px 0 0 0; }

input.three  { width: 30px; }
input.four   { width: 40px; }
input.five   { width: 50px; }
input.date   { width: 80px; }
input.small  { width: 93px; }
input.medium { width: 200px; }
input.large  { width: 416px; }
*/


input.error  { background: #fed; border: 2px solid red; }
select.error { background: #fed; border: 2px solid red; }
label.error
{
   	display: block;
   	margin: 0 0 0 5px;
   	padding: 3px;
  	width: auto;
  	font-weight: bold;
  	color: #fff;
   	background: red;
}

