.form-control{
	font: 11px tahoma;
}
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.butt1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 100%, rgba(30, 87, 153, 1) 100%) repeat scroll 0 0;
    border: 1px solid #b2b6b2;
    color: #2d2d2d;
    font: 11px tahoma;
    height: 20px;
    padding-bottom: 0;
    padding-top: 0;
}

input.checkbox {
    font-weight: normal;
    font-size: 9px;
    color: #2D2D2D;
    font-family: tahoma, verdana, arial, helvetica;
}
input.checkbox1 {
    font-weight: normal;
    font-size: 9px;
    color: #2D2D2D;
    font-family: tahoma, verdana, arial, helvetica;
  	float: right;
}

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.small {
    font-weight: normal;
    font-size: 9px;
    color: #2D2D2D;
    font-family: tahoma, verdana, arial, helvetica;
}

select.text {
    font-weight: normal;
    font-size: 11px;
    color: #2D2D2D;
    font-family: tahoma, verdana, arial, helvetica;
}

img.secimg {
    border: 1px solid #7F9DB9;
}
.secimage{
	 background-color: #FFFFFF;
    background-image: 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: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
     width: 100%;
margin-bottom: 5px;
}
.boxKaptcha{
    margin-right: 30px;
}
.frm_description {
    font-weight: normal;
    font-size: 9px;
    color: #666666;
    font-family: tahoma;
}

.frm_label {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: tahoma;
    margin-right: 5px;
    margin-left: 5px;
}


.form_label {
    color: #000000;
    direction: rtl;
    display: block;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
    margin: 5px 0;
}
.frm_label1 {
	color: #000000;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
}

.frm_options {
    font-weight: normal;
    font-size: 8pt;
    color: #000;
    font-family: tahoma;
    margin-right: 30px;
    margin-left: 0px;
}

.frm_invalid_label {
    font-weight: normal;
    font-size: 8pt;
    color: #FF4646;
    font-family: tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.frm_error {
    font-weight: 600;
    font-size: 8pt;
    color: #FF4646;
    font-family: tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.form_msg {
    font-weight: 600;
    font-size: 8pt;
    color: #06c;
    font-family: tahoma;
    margin-right: 5px;
    margin-left: 5px;
}

.form_error_message_class {
    font-weight: 600;
    font-size: 8pt;
    color: #FF4646;
    font-family: 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;
}