.form-control{
	font: 11px tahoma;
}
input.text {
    font-weight: normal;
    color: #2D2D2D;
    font:12px tahoma, verdana, arial, helvetica;
}

input.butt {
    font-weight: normal;
    color: #2D2D2D;
    font:11px tahoma, verdana, arial, helvetica;
}
input.butt1 {
    font-weight: normal;
    color: #fdfeff;
    font:19px nassim-bold, tahoma, verdana, arial, helvetica;
	float: right;
	background:#0f3a64;
	height: 30px;
	padding: 0 18px;
	border: 1px solid #0f3a64;
	margin-top: 6px;
}

input.checkbox {
    font-weight: normal;
    color: #2D2D2D;
    font: 9px tahoma, verdana, arial, helvetica;
}
input.checkbox1 {
    font-weight: normal;
    color: #2D2D2D;
    font: 9px tahoma, verdana, arial, helvetica;
  	float: right;
}

input.radiobox {
    font-weight: normal;
    color: #2D2D2D;
    font: 9px tahoma, verdana, arial, helvetica;
}

textarea.text {
    font-weight: normal;
    color: #2D2D2D;
    font: 12px tahoma, verdana, arial, helvetica;
}

select.small {
    font-weight: normal;
    color: #2D2D2D;
    font: 9px tahoma, verdana, arial, helvetica;
}

select.text {
    font-weight: normal;
    color: #2D2D2D;
    font: 11px tahoma, verdana, arial, helvetica;
}
.search_form_c input,.search_form_c select, .news_archive_container input, .news_archive_container select {
    min-height: 25px;
}
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-bottom: 5px;
}
.frm_description {
    font-weight: normal;
    color: #666666;
    font: 9px tahoma;
}

.frm_label {
    font-weight: normal;
    color: #000000;
    font: 10pt vazir;
    margin-right: 5px;
    margin-left: 5px;
}


.form_label {
    color: #000000;
    direction: rtl;
    display: block;
    font: 8pt tahoma;
    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: 8pt tahoma;
    margin-right: 30px;
    margin-left: 0;
}

.frm_invalid_label {
    font-weight: normal;
    color: #FF4646;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.frm_error {
    font-weight: 600;

    color: #FF4646;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.form_msg {
    font-weight: 600;
    color: #06c;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.form_error_message_class {
    font-weight: 600;
    color: #FF4646;
    font: 8pt tahoma;
    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;
}
#unsubscribe .butt {
    float: left;
    margin: 12px 0;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: .9em;
    padding: 4px 8px;
    width: 25%;
    background-color: #074c88;
}