/* 
    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:300px;
    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:30px;
    text-align: left
}

.popup_text_area_div{
    float: left;
    width:345px;
    height:100px;
    text-align: left
}

.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;
	border-bottom:1px solid #CDC1AD;
}
.popup_clear_div{
    clear: both;
}
.popup_loader{
    display: none;
}

.spanJoinWishLoader{
    /*background: url("images/loader.gif");*/
    display: none;
}

.review_form{
    width: 350px;
}

.popup_operation_result{
    width: 350px;
    float: left;
}
#writeReview{
	background-color:#FFFFFF;
	border-radius:5px;
	}
.popup_text_area_div textarea{
	width:330px;}
#submit_review{
	width:90px;
	height:27px;
	background:url(images/save.png) 0% 0% no-repeat;
	border:0;
	
	}