/**
* Version: 0.1.0 85/07/01
*/
input.lable {
	font-weight: normal;
	font-size: 12px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
	border: 0px;
}

input.text {
	font-weight: normal;
	font-size: 12px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}
input.butt {
	font-weight: normal;
	font-size: 11px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

input.checkbox {
	font-weight: normal;
	font-size: 9px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

input.radiobox {
	font-weight: normal;
	font-size: 9px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

textarea.text {
	font-weight: normal;
	font-size: 12px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

select.text {
	font-weight: normal;
	font-size: 11px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

.multi {
	font-weight: normal;
	font-size: 12px;
	color: #2D2D2D;
	font-family: tahoma, verdana, arial, helvetica;
}

.file {
	font-weight: normal;
	font-size: 12px;
	color: blue;
}

#multi_upload_container {
	direction: rtl;
}

#multi_upload_container a {
	font-size: 12px;
	color: red;
	text-decoration: none;
}

img.secimg {
	border: 1px solid #B4B4B4;
}

.frm_description {
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	font-family: tahoma;
}

.frm_label {
	font-weight: normal;
	font-size: 8pt;
	color: #06c;
	font-family: tahoma;
	margin-right: 5px;
	margin-left: 5px;
}

.frm_invalid_label {
	font-weight: normal;
	font-size: 8pt;
	color: #FF4646;
	font-family: tahoma;
	margin-right: 5px;
	margin-left: 5px;
}

.frm_error {
	font-weight: normal;
	font-size: 9pt;
	color: #FF4646;
	font-family: tahoma;
	margin-right: 5px;
	margin-left: 5px;
}

.form_msg {
	font-weight: normal;
	font-size: 9pt;
	color: #06c;
	font-family: tahoma;
	margin-right: 5px;
	margin-left: 5px;
}

.form_error_message_class {
	font-weight: normal;
	font-size: 9pt;
	color: #FF4646;
	font-family: tahoma;
	margin-right: 5px;
	margin-left: 5px;
}

.form_alert {
	font: bold 13px Arial;
	color: #FFF;
	background-color: red;
	width: 13px;
	height: 10px;
	text-align: center;
	cursor: hand;
}

.frm_options {
	font-weight: normal;
	font-size: 8pt;
	color: #000;
	font-family: tahoma;
	margin-right: 30px;
	margin-left: 0px;
}
.text-danger{
	color:#f00;
}