@charset "UTF-8";
.bar-wrapper {
	float: left;
	width: 85%;
	font-family: DinRegular;
	font-size: 13px;
	color: #516A79;
}
.bar {
	float: left;
	width: 100%;
}
.bar-data {
	float: left;
	width: 27%;
	text-align: right;
	margin-right: -15px;
}
.bar-percentage {
	width: auto;
	float: right;
	margin-top: 3px;
}
.bar-cursor {
	float: right;
	width: auto;
	margin-right: -10px;
}
.bar-filler {
	float: left;
	width: 100%;
	border: 1px solid #516A79;
	margin-top: 2px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	behavior: url(/content/PIE.htc);
}
.tool-fill {
	background-color: #FBAC3F;
	width: 27%;
	float: left;
	height: 20px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	behavior: url(/content/PIE.htc);
}

/* GOGETIT MODAL */

.tools-overlay {
	position: fixed; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1003700;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}
.mSizeSignIn {
    height: 300px; 
    width: 335px; 
}
.mSizeResetPassword2 {
    height: 155px; 
    width: 320px; 
}
.mSizeResetPassword {
    height: 120px; 
    width: 320px; 
}
.mSizeValidateEmail {
    height:240px; 
    width: 320px; 
}
.mSizeValidatedEmail {
    height:115px; 
    width: 240px; 
}
.mSizeAuto {
    width:auto;
    height:auto;
}
.mSizeClientOrganizer {
    width: 320px;
    height: 170px;
}
.mSizePriceReduction {
    width: 300px;
    height: 300px;
}
.mSizeContact {
    width: 420px;
    height: 240px;
}
.mSizeSignUp
{
    width: 370px;
    height: 475px;
}
.mSize360
{
    width: 800px;
    height: 500px;
}
.mSizeShareReview
{
    width: 590px;
    height: 550px;
}
.mSizeShareReview {
    width: 590px;
    height: 438px;
}
.mSizePropertyList {
    width: 380px;
    height: 400px;
}
.mSizeUserOnline {
    width: 460px;
    height: 430px;
}
.mSizeVotersList {
    width: 590px;
    height: 325px;
}
.modal {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1100000;
	padding: 7px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: #000 0px 0px 12px;
	-moz-box-shadow: #000 0px 0px 12px;
	box-shadow: #000 0px 0px 12px;
	behavior: url(/content/PIE.htc);
	display: none;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:20px;
	margin-top: 50px;
}
.content-modal {
    border-radius: 8px 8px 8px 8px;
    padding: 0;
    text-align: center;
    width: 280px;
    z-index: 10002;
}
.close {
    cursor: pointer;
    left: 80%;
    margin-top: -70px;
    position: absolute;
    z-index: 50;
}
.closeraser{
	background-color: #fff;
	height:20px;
	width:35px;
	float:left;
	position:absolute;
	left:7px;
	top:50px;
}
/* END OF GOGETIT MODAL */

#browsersoverlay {
	background-color: #fff;
	float: left;
	height: 100%;
	width: 100%;
	z-index: 80000;
}
#browserscontent {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	z-index: 90000;
	font-size: 18px;
	height: 250px;
	text-align: center;
}
#browserscontent2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	z-index: 90000;
	font-size: 18px;
	height: 250px;
	text-align: center;
}
.browser {
	float: left;
	width: 90px;
	margin-right: 27px;
	margin-left: 60px;
	margin-top: 27px;
}
.rounded-corners{
	float: left;
	background-color: #17ABE2;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 19px;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/content/PIE.htc);
}