.text {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: -1px;
}
.text a {
	color: #4d4d4d;
	text-decoration: underline;
	cursor: pointer;
}
.text a:hover {
	color: #525e85;
	cursor: pointer;
	text-decoration: none;
}
.red {
	color: #de3821;
}
.orange {
	color: #e99b11;
}
.blue {
	color: #525e85;
}
.large {
	font-size: 22px;
}
.light {
	color: #999999;
}
h1 {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-right: 440px;
}
h2 {
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0px;
	margin-left: 20px;
	clear: left;
	margin-right: 425px;
	margin-top: 10px;
}
h3 {
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0px;
}
.quoted {
	padding-left: 50px;
	background: url(../../images/quoted.png) center left no-repeat;
	line-height: 30px;
	vertical-align: middle;
}
.left {
	float: left;
	clear: both;
}
.right {
	float: right;
	clear: right;
}
.form_text {
	background-color: #F5F5F5;
	border: 1px solid #666666;
	color: #666666;
	padding: 6px;
	vertical-align: middle;
	margin-bottom: 2px;
	background: url(../../images/form_bg.jpg) top left no-repeat;
	background-color: #ffffff;
}
.button {
	color: #333333;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.button:hover {
	color: #FE6C01;
}


div#users a {
	display: block;	
	vertical-align: middle;
	padding: 10px;
	text-decoration: none;
	overflow: auto;
	color: #e0e0e0;
}
div#users a:hover {
	background: url(../../images/users_bg.png);
}
div#users a span {
	line-height: 80px;
	display: block;
	vertical-align: middle;
	padding-left: 50px;
	color: #4d4d4d;
}
a#btn_designer span {
	background: url(../../images/users/designer_small.png) center left no-repeat;
}
a#btn_owner span{
	background: url(../../images/users/owner_small.png) center left no-repeat;
	margin-left: 30px;
}
a#btn_owner {
	float: none;
	border-left: 1px dashed #c0c0c0;
}
a#btn_designer {
	float: left;
}