/* 
    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;
	
	text-align:left;
	font-size: 16px; 
	text-transform:uppercase; 
	font-weight:normal !important; 
	color:#76880e!important;
}

.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:auto;
    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:35px;
	border-bottom:1px solid #CDC1AD;
	
}
.popup_close_button	a
{
	color:#000;
	cursor:pointer;
}
.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:#717D8C;

	
	border:0;
	border-radius:5px;
	cursor:pointer;
	color:#fff !important;
	font-size:14px;
	margin-right:6px;
	margin-top:5px;
	font-family: 'Oswald';
	
	
	}
#submit_review:hover
{
	background:#2F343A;

	transition: all 1s  ease-in-out 0s;
}


