.form-control{
	font: 12px IRANSansX-Medium;
}
input.text {
    font-weight: normal;
    color: #2D2D2D;
    font:12px IRANSansX-Medium;
}


input.butt1 {
    font-weight: normal;
    color: #fdfeff;
    font:19px IRANSansX-Medium;
	float: right;
	background:#0f3a64;
	height: 30px;
	padding: 0 18px;
	border: 1px solid #0f3a64;
	margin-top: 6px;
}

input.checkbox {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
}
input.checkbox1 {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
  	float: right;
}

input.radiobox {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
}

textarea.text {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
}

select.small {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
}

select.text {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px IRANSansX-Medium;
}

img.secimg {
    border: 1px solid #7F9DB9;
}
.secimage{
    background: #FFFFFF none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    margin-top: 13px !important;
}
.frm_description {
    font-weight: normal;
    color: #666666;
    font: 12px IRANSansX-Medium;
}

.frm_label {
    font-weight: normal;
    color: #000000;
    font: 12pt IRANSansX-Medium;
    margin: 10px 5px;
}


.form_label {
    color: #000000;
    direction: rtl;
    display: block;
    font: 12pt IRANSansX-Medium;
    font-weight: normal;
    margin: 5px 0;
}
.frm_label1 {
	font:16px nassim-bold;
    color: #020202;
    margin-right: 22px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
}

.frm_options {
    font-weight: normal;
    color: #000;
    font: 12pt IRANSansX-Medium;
    margin-right: 30px;
    margin-left: 0;
}

.frm_invalid_label {
    font-weight: normal;
    color: #FF4646;
    font: 12pt IRANSansX-Medium;
    margin-right: 5px;
    margin-left: 5px;
}

.frm_error {
    font-weight: 600;

    color: #FF4646;
    font: 12pt IRANSansX-Medium;
    margin-right: 5px;
    margin-left: 5px;
}

.form_msg {
    font-weight: 600;
    color: #06c;
    font: 12pt IRANSansX-Medium;
    margin-right: 5px;
    margin-left: 5px;
}

.form_error_message_class {
    font-weight: 600;
    color: #FF4646;
    font: 12pt IRANSansX-Medium;
    margin-right: 5px;
    margin-left: 5px;
}

.form_alert {
    font: bold 13px Arial;
    color: #FFF;
    background-color: #FF6C6C;
    width: 14px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 1px;
}