img.cptch{
	border:1px solid #BBB;
	margin:0 3px -8px 3px;
	cursor:pointer;
}

input.cptch{
	text-transform:uppercase;
	direction:ltr;
	text-align:left;
}

/*<!-- Form validator*/

label.error{
	margin:2px;
	color:red;
	display:inline;
	margin-right:6px;
}
.en label.error{ margin-left:6px;}

textarea.error, input.error{
	background-color:#FDD;
	border:1px solid #F33;
}

div.msg{
	display:block;
	border:1px solid #E22;
	background-color:#EAA;
	text-align:center;
	padding:3px;
	width:70%;
	margin: 5px auto;
	clear: both;
}
/*End of Form validator-->*/

/*<!-- Message Die*/

div.msgDS{
	display:block;
	border:1px solid #DDD;
	text-align:center;
	margin: 50px auto;
	height:105px;
	width:650px;
	background-color:#EEE;
	margin-top: 50px;
}
.en div.msgDS{ direction:ltr;}

div.msgDS div{
	margin:3px;
	width:60px;
	height:60px;
}

div.msgDS div.txt{
	width:auto;
	height:auto;
	margin:15px;
	margin-top:20px;
}

div.msgDS div.info{
	background:url( '../icn/info.png') no-repeat;
}

div.msgDS div.error{
	background:url( '../icn/error.png') no-repeat;
}

div.msgDS div.warning{
	background:url( '../icn/warning.png') no-repeat;
}

div.msgDS div.question{
	background:url( '../icn/question.png') no-repeat;
}

div.msgD{
	display:block;
	border:1px solid #DDD;
	text-align:center;
	margin: 50px auto;
	height:110px;
	width:650px;
	background-color:#EEE;
	margin-top: 50px;
}
.en div.msgD{ direction:ltr;}

div.msgD div{
	margin:3px;
	width:60px;
	height:60px;
}

div.msgD div.txt{
	width:auto;
	height:auto;
	margin:15px;
	margin-top:20px;
}

div.msgD div.info{
	background:url( '../icn/info.png') no-repeat;
}

div.msgD div.error{
	background:url( '../icn/error.png') no-repeat;
}

div.msgD div.warning{
	background:url( '../icn/warning.png') no-repeat;
}

div.msgD div.question{
	background:url( '../icn/question.png') no-repeat;
}

/*End of Message Die-->*/

legend{
	padding-right:4px; padding-left:4px;
}

.ltr{
	text-align:left;
	direction:ltr;
}

.rtl{
	text-align:right;
	direction:rtl;
}

label.chkAll{
	color: #EE2222;
    font-weight: bold;
}
