.cherzdrav_header {
    margin-top: 0;
}

.questions_main_table {
    width: 100%;
}

.questions_content_cell {
    vertical-align: top;
    padding-right: 40px;
}

.questions_list {
    margin-top: 1em;
    margin-bottom: 2em;
}

.questions_list_item {
    margin-top: 3em;
}

.questions_author {
    color: #CF8349;
    background: url(/images/round_corners/questionArrow.png) no-repeat top left;
    padding: 1em 0 0 0;
}

.questions_answer_title {
    display: block;
    margin-bottom: 0.3em;
}

.questions_answer {
    font-size: 0.95em;
    margin-top: 1em;
}

.questions_answer p {
    margin: 0 0 0.7em 0;
}

.questions_specialist {
    margin-top: 0.7em;
}

.questions_ask {
    margin-top: 3em;
}

.questions_add_question_form {
    margin: 2em 0 2em 0;   
}

.questions_add_question_form label {
    font-size: 0.95em;
    display: block;
}

.questions_add_question_form input.questions_text_field {
    width: 286px;
    display: block;
    margin-bottom: 1em;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0.9em;
}

.questions_add_question_form select {
    width: 290px;
    display: block;
    margin-bottom: 1em;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0.9em;
}

.questions_add_question_form textarea {
    width: 80%;
    height: 110px;
    display: block;
    margin-bottom: 1em;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0.9em;
}

/* question text with rounded corners */

.questions_text {
	color: #fff;
}

.round_corners_background_question {
    padding: 0;
    background-color: #e0a274;
}

.round_corners_top_left_corner_question {
    padding: 0;
    height: 10px;
    width: 10px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "/images/round_corners/questionTopLeftCorner.png",
      sizingMethod = "crop");
}

html > body .round_corners_top_left_corner_question {
    background: url("/images/round_corners/questionTopLeftCorner.png")
}

.round_corners_top_right_corner_question {
    padding: 0;
    height: 10px;
    width: 10px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "/images/round_corners/questionTopRightCorner.png",
      sizingMethod = "crop");
}

html > body .round_corners_top_right_corner_question {
   background: url("/images/round_corners/questionTopRightCorner.png")
}

.round_corners_bottom_left_corner_question {
    padding: 0;
    height: 10px;
    width: 10px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "/images/round_corners/questionBottomLeftCorner.png",
      sizingMethod = "crop");
}

html > body .round_corners_bottom_left_corner_question {
    background: url("/images/round_corners/questionBottomLeftCorner.png")
}

.round_corners_bottom_right_corner_question {
    padding: 0;
    height: 10px;
    width: 10px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "/images/round_corners/questionBottomRightCorner.png",
      sizingMethod = "crop");
}

html > body .round_corners_bottom_right_corner_question {
    background: url("/images/round_corners/questionBottomRightCorner.png")
}

