.thumb {
	margin:auto;
	height:100px;
	width:100px;
	border:1px solid;
}
.article-links {
	font-family:tahoma;
	font-size:11px;
	padding:10px;
	color:green;
	width:100%;
}


div.contact span.error {
    color: red;
    font-weight: bold;
}

div.contact span.required_text, span.required_input {
    font-size: 10px;
}

div.contact span.contact_error_fields_required {
    margin-left: 2.5px;
    color: red;
    direction: rtl;
}
div.contact input.buttons {
    color: blue;
    width: 100px;
}
div.contact span.ip {
    color: blue;
    font-size: 10px;
}
div.contact p {
    margin-left: 2.5px;
    color: red;
    
    display: inline-block;
}




div.contact {
    direction: rtl;
    padding: 5px;
    position: relative;
    width: 610px;
}
div.contact label {
    color: #C88617;
    display: inline-block;
    font-family: tahoma;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-top: 10px;
    padding: 2px;
    width: 150px;
}
div.contact img{
    display: inherit;
    padding-right: 157px;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
div.contact input.form-text, select.form-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/public/images/admin/bg_s_input.gif") no-repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color #EEEEEE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    font-family: tahoma;
    font-size: 12px;
    height: 23px;
    padding: 4px 6px 0;
    width: 150px;
}
div.contact textarea, div.contact textarea.resizable {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/public/images/admin/bg_textarea.gif") no-repeat scroll 0 0 white;
    border-color: -moz-use-text-color #EEEEEE;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    height: 100px;
    padding: 5px 0 0 5px;
    width: 52%;
}
.buttons{
    width: 50px !important;
    height: 30px !important;
    text-align: center;
    vertical-align: middle !important;
}
.contact .contact-list{
    width: 80%;
    display: inline;
}
.contact .error-text{
    direction: ltr;
    display: inline-block;
    text-align: right;
    width: 450px;
}
.contact_view{
    border-collapse: separate;
    border-spacing: 1px;
} 
.contact_view tr th{
    background-color: #F6F6F6;
}
.contact_view tr td{
    background-color: #EEF3F6;
}
.my-tab{
    width: 70%;
}
.readed{
    font-size: 9pt !important;
    font-weight: bold !important;
    
    
}
.message{
    text-align: center;
    background-color: #D2D2D2; 
    color: #00B058; 
    font-weight: bold; 
    border-radius: 10px ; 
    border: 2px solid #00B058;
}
#captcha_img{
    display: inline;
}
.clickedimg img{
    padding-right: 0px !important;
}

#description{
    padding: 10px;
}