.email-not-valid {
	display:none;
	color: #CC3333;
}
.password-requirements-msg {
	display:none;
}

.password-match-msg {
	display:none;
}
.email-valid-msg {
	display:none;
}
.phone-valid-msg {
	display:none;
}
.sign-up-existing-acct {
	display:none;
}

.clear {
	clear:both;
}


.no-flicker {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.error_msg {
	color:#B00;
	font-weight:normal;
	font-size:14px;
}

.success_msg {
	color:#090;
}
.background-red {
	background:#fbcec9;
}

.ui-dialog-titlebar
{
    display:none;
}



.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#eee;
}

.red-text {
	color: #CC3333;
	font-weight:bold;
	font-size:12px;
}
.background-red {
	background:#fbcec9;
}
.select-background-red {
	background:#fbcec9 url(/images/selectArrow.png) right center no-repeat;
}
.login-failed {
	display:none;
}

.required-msg {
	display:none;
	color: #CC3333;
	font-weight:bold;
	font-size:12px;
}

.msg-sent {
	display:none;
	float:left;
	color: #CC3333;
	font-weight:bold;
	font-size:12px;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.hover-pointer:hover {
	cursor:pointer;
}

.private-message {
	background:#C00;
	color:#FFF;
	font-weight:normal;
	padding:5px 10px 7px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.f-red {
	color:#C00;
}

.required-msg {
	font-size:12px;
	font-weight:bold;
	color:#b82828;
}

.human-msg {
	font-size:12px;
	font-weight:bold;
	color:#b82828;
	display:none;
}

.section-header {
	position:relative;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	width:100%;
}

.section-header-text {
	padding:5px;
}

.relative {
	position:relative;
}

.reply-at-text {
	font-size:12px;
}


.deal-box-wrapper {
	width:100%;
	
}

.deal-box-image {
	width:90%;
	float:right;
	margin-right:5%;
	border:2px solid #FFF;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:10px;
}


.bc-arrow {
	padding-bottom:5px;
	width: 15px;
}

.button-edit {
	position:absolute;
	top:70px;
	right:10px;
}

