.cancel_button
{
	background-color: #f00;
    color: black;
    float: left;
    height: 33px;
    margin-left: 65%;
    margin-top: 1%;
    width: 73px;
}

.continue_button
{
 	background-color: #6c3;
    color: black;
    float: right;
    height: 33px;
    margin-left: -46%;
    margin-top: 1%;
	width: 73px;
}

.popup {
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
    margin:auto;
    width:250px;
    height:150px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:beige;
	border-radius:5px;
    z-index:1000;
}

.delete_feeling_button{
    display:relative;
    cursor:pointer;
    margin:0;
    float:right;
    height:12px;
    width:15px;
    padding:0 1px 5px 0;
    background-image: url("../images/close.png");
    text-align:center;
    font-weight:bold;
    font-size:12px;
    color:white;
    border-radius:3px;
    z-index:1000;
}


.private_feeling_popup {
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
    margin:auto;
    width:400px;
    max-height:242px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:beige;
    border:4px solid ##F0F6EF;
	border-radius:5px;
    z-index:1000;
	overflow-y:scroll;
}
.expert_feeling_popup {
	background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 2px;
    bottom: 0;
    color:#006;
    font-family: Helvetica;
    font-size: 13px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;  
    margin:auto;
    width:400px;
    max-height:242px;
    padding:10px;
    z-index:1000;
	overflow-y:scroll;
}
.specialist_feeling_popup {
	background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 2px;
    bottom: 0;
    color:#006;
    font-family: Helvetica;
    font-size: 13px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;  
    margin:auto;
    width:400px;
    max-height:242px;
    padding:10px;
    z-index:1000;
	overflow-y:scroll;
}
.pre_expert_feeling_popup {
	background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 2px;
    bottom: 0;
    color:#006;
    font-family: Helvetica;
    font-size: 13px;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 475px;
    z-index: 1000;
	}

.pre_specialist_feeling_popup {
	background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 2px;
    bottom: 0;
    color:#006;
    font-family: Helvetica;
    font-size: 13px;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 475px;
    z-index: 1000;
	}
	
.report_abuse_popup {
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
    margin:auto;
    width:400px;
    height:200px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:beige;
    border:4px solid ##F0F6EF;
	border-radius:5px;
    z-index:1000;
}
.upload_profile_pic_popup {
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
    margin:auto;
    width:400px;
    height:200px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:beige;
    border:4px solid ##F0F6EF;
	border-radius:5px;
    z-index:1000;
}
.popup_submit_private_button
{
	float: right;
    color: #000;
    margin-top: 11%;
    height: 33px;
    margin-left: 270px;
    background-color: #F90;
    position: fixed;
}
.popup_submit_expert_button
{
	float: right;
    color: #000;
    margin-top: -13%;
    height: 33px;
    margin-left: 231px;
    background-color: #F90;
    position: fixed;
}
.popup_submit_specialist_button
{
	float: right;
    color: #000;
    margin-top: 0.5%;
    height: 33px;
    margin-left: 210px;
    background-color: #F90;
    position: fixed;
}

.cancel_pre {
    display:relative;
    cursor:pointer;
    margin:0;
    float:right;
    height:12px;
    width:15px;
    padding:0 1px 5px 0;
    background-image: url("../images/close.png");
    text-align:center;
    font-weight:bold;
    font-size:12px;
    color:white;
    border-radius:3px;
    z-index:1000;

}
.cancel {
    display:relative;
    cursor:pointer;
    margin: -3px 0 0 372px;
    float:right;
    height:12px;
    width:15px;
    padding:0 1px 5px 0;
    background-image: url("../images/close.png");
    text-align:center;
    font-weight:bold;
    font-size:12px;
    color:white;
    border-radius:3px;
    z-index:1000;
	position:fixed;
}