/**********************
        feedback
**********************/
#feedback-form {
}
#vacancies_form select {
	width: 175px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight: bold;
}

#container .columns #right-column .content .text .cutumerService #feedback .w160 {
	width: 180px;
}


#feedback-form textarea.textarea {
    width: 300px;
    height: 150px;
    border: 1px solid silver;
}

#feedback-form label {
    float: left;
    width: 100px;
}

#feedback-form input.f_text {
    width: 200px;
    border: 1px solid silver;
    margin-bottom: 1px;
}

#feedback-form input.button {
    border: 1px solid silver;
    background: white;
    margin-top: 2px;
    margin-left: 100px;
}

/**********************
      feedback-new
**********************/
#feedback table td{
    text-align: left;
    vertical-align: top;
}

#feedback table td.w200 {
	width: 350px;
}

#feedback input,
#feedback textarea {
    width: 300px;
    /*border: 1px solid silver;*/
}

#feedback img {
    padding: 0px;
    margin: 0px;
}

#feedback .button {
    width: 100px;
    border: 1px solid silver;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
}
#feedback .captcha {
    width: 160px;
}

/****************************
         filters
****************************/
#div_filter .filter_country {
	width: 188px;
}
#div_filter select{
	width: 100%;
	margin-top: 8px;
}

.hide {
    display: none;
}
.block {
    display: block;
}

/****************************
         post-comment
****************************/

#post-comment *
{
    padding: 0;
    margin: 0;
}


#post-comment
{
    margin-top: 20px;
    width: 524px;
    font-size: 12px;
}

#post-comment h2
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 7px;
}

#post-comment fieldset 
{
    border: 0;
    margin-top: 8px;
    font-size: 12px;
}

#post-comment fieldset#comment-name
{
    float: left;
    width: 200px;
}

#post-comment fieldset#comment-email
{
    float: left;
    width: 200px;
	padding-left: 15px;
}

#post-comment label
{
    font-weight: bold;
    font-size: 13px;
}

#post-comment input.text, textarea
{   
    font-family: Verdana, Arial, sans-serif;        
    border: 1px solid #7f9db9;
    padding: 3px;
}

#post-comment input#tb_name, input#tb_email
{
    width: 145px;
    font-size: 12px;
}

#post-comment textarea#ta_body
{
    margin-top: 5px;
    width: 515px;
    height: 140px;
    font-size: 12px;
}

#post-comment input#tb_code
{
    width: 145px;
}

#post-comment img
{
    margin-top: 5px;
}

#post-comment input#b_post
{
    margin-top: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
}


#code label
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

#code #tb_word {
	width: 150px;
	border: 1px solid #7f9db9;
	padding: 3px;
	font: 11px Verdana, Arial, sans-serif;
}

