input.field {
	border: 1px solid #630460;
	font-size: 10px;
	padding: 2px;
	width: 160px;
}

input.error {
	border: 1px solid #f90000;
	font-size: 10px;
	padding: 2px;
	width: 160px;
}

textarea.field {
	border: 1px solid #630460;
	padding: 2px;
	font-size: 12px;
}


select.field {
	border: 1px solid #630460;
	padding: 2px;
	font-size: 10px;
}

select.error {
	border: 1px solid red;
	padding: 2px;
	font-size: 10px;
}


input.submit_small {
	background: #7f007c url('../images/input_button_small.gif') no-repeat center center;
	border:none;
	font-size:10px;
	color:#fff;
	width:57px;
	height: 23px;
	margin-top: 10px;
}

input.submit_big {
	background: #7f007c url('../images/input_button_big.gif') no-repeat center center;
	border:none;
	font-size:10px;
	color:#fff;
	width:79px;
	height: 23px;
	margin-top: 10px;
}

a.submit_small:active,
a.submit_small:link,
a.submit_small:visited,
a.submit_small {
	background: #7f007c url('../images/input_button_small.gif') no-repeat center center;
	border: none;
	display: block;
	height: 23px;
	width: 57px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
	text-decoration:none;
}

a.submit_small:hover {
	color: #fff;
}

a.submit_big:active,
a.submit_big:link,
a.submit_big:visited,
a.submit_big,
span.submit_big {
	background: #7f007c url('../images/input_button_big.gif') no-repeat center center;
	border: none;
	display: block;
	height: 23px;
	width: 79px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
	text-decoration:none;
}

a.submit_big:hover {
	color: #fff;
}



#error {
	color: red;
	margin: 0 auto;
	margin: 10px;

}

#error2 {
	color: red;
}
