﻿
.validation {
	color: red;
	font-size: 18px;
}

.warning_box {
	width: 540px;
	clear: both;
	background: url(../images/warning.png) no-repeat left #fcfae9;
	border: 1px #e9e6c7 solid;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 10px 0;
}

.valid_box {
	width: 540px;
	clear: both;
	background: url(../images/valid.png) no-repeat left #edfce9;
	border: 1px #cceac4 solid;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 10px 0;
}

.error_box {
	width: 400px;
	clear: both;
	background: url(../images/error.png) no-repeat right #fce9e9;
	border: 1px #eac7c7 solid;
	background-position: 440px 10px;
	padding: 20px 60px 15px 20px;
	margin: 0 auto 10px auto;
	direction:rtl;
}
