/* 
    Document   : popup
    Created on : Sep 13, 2012, 8:26:01 AM
    Author     : Krishnapriya
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#page-heading {
    margin: 0 0 5px 0;
	font-size:14px;
	text-align:left;
	color:#0099FF;
}

.popup_outer_div{
     display:none;
     width:350px;
     padding:20px;
}

.popup_header_div{
    text-align: center;
    margin-bottom:10px;
    width:100%;
    float:left;
	border-bottom:1px solid #CDC1AD;
	padding-bottom:5px;
}

.popup_field_name_div{
    float: left;
    width:150px;
    height:30px;
    text-align: left
}
.popup_field_value_div{
    float: left;
    width:200px;
    height:auto;
    text-align: left
}

.popup_text_area_div{
    float: left;
    width:100%;
    height:100px;
    text-align: left
}
.popup_field_value_div{
    width: 100%;
}
.popup_field_value_div .field_wrapper{
    width: 100%;
}
.popup_field_value_div .field_wrapper .reviewtitle_text{
    width: 100%;
}
.popup_validation_msg_div{
    text-align:left;
    color: red;
	padding:5px 0;
}

.popup_button_containers{
    padding:0 0;
    text-align:right;
}

.popup_loader{
    padding-top: 10px;
}

.popup_close_button{
    text-align: right;
    float: right;
    width: 50px;
	height:27px;
}
.popup_clear_div{
    clear: both;
}
.popup_loader{
    display: none;
}

.spanJoinWishLoader{
    /*background: url("images/loader.gif");*/
    display: none;
}

.review_form{
    width: 100%;
}

.popup_operation_result{
    width: 100%;
    float: left;
}
#writeReview{
	background-color:#FFFFFF;
	border-radius:5px;
	}
.popup_text_area_div textarea{
	width:100%;}
#submit_review{
	background:#f98253;
    color: #FFF;
	border:0;
	}
#submit_review:hover{
    background:#fd966d;
}    
.close{
    color: #000;
    font-size: 16px!important;
    font-weight: 400!important;
}
.formbox label.error{
    color: #FF0000;
}
.review_form .popup_validation_msg_div{
    
}