/* @override http://www.thequantumgallery.com/themes/gallery/css/members.css */

body {
	background-color: #fdfdfd;
}

p {
	padding-right: 60px;
}

ul {
	margin-bottom: 20px;
}

a:link,
a:visited {
	color: #808489;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

a:hover {
	border-bottom: 1px solid #c7c9cb;
}

form {
	overflow: auto;
}

fieldset {
	border-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

label {
	text-align: left;
	display: block;
	color: #555b61;
	text-transform: capitalize;
	margin: 0;
	line-height: 20px;
	font-size: 13px;
}

label em {
	color: #95989c;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding-left: 3px;
}

input {
	color: #262626;
	padding: 2px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

input:focus,
input:hover {
	background-color: #fbfbfb;
}

#memberregister,
#memberlogin {
	margin: 40px auto 20px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#memberregister {
	width: 620px;
	padding: 49px 59px 29px;

}

#memberlogin {
	width: 300px;
	padding: 49px 49px 29px;
}

#loginform {
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 10px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

li.login,
li.register,
li.email {
	float: left;
	width: 300px;
}

li.login {
	margin: 0 0 10px;
}

li.register {
	margin: 0 20px 10px 0;
}

li.email {
	margin: 0 0px 20px 0;
}

li.terms {
	display: none;
}

li.service {
	width: 620px;
	margin: 10px 0px 10px 0;
	float: left;
}

li.service p {
	font-size: 12px;
	line-height: 20px;
	color: #555b61;
	margin: 0 0 10px;
}

li.service strong {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

li.login input,
li.email input,
li.register input {
	width: 294px;
	text-transform: none;
}

li.button {
	float: left;
	width: 620px;
	margin: 0;
}

.submit,
.submit:hover  {
	display: inline-block;
	font: bold 12px/12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #78a91a;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 0 20px;
	width: 300px;
	padding: 0;
	height: 35px;
}

ul.tabs {
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 0;
	margin: 0 0 15px;
}

ul.tabs li {
	display: inline;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.ui-tabs-nav .ui-tabs-selected a:link {
	color: #555b61;
	font-weight: bold;
}

ul.tabs li a:link, 
ul.tabs li a:visited,
ul.tabs li a:hover {
	color: #555b61;
	border-bottom-style: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.needsfilled {
	color: #000;
	background-color: #e7efd6;
}