/* @override 
	http://localhost:8888/wordpress/wp-content/plugins/be_user/css/publicuser.css?ver=2
	http://localhost:8888/wordpress/wp-content/plugins/be_user/css/publicuser.css?ver=3
*/

table.be_registrationform {
	}

div#formholder {
	width: 90%;
	background-color: #dae5e7;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding: 15px 10px 15px 15px;
}

table.be_registrationform {
	margin-right: auto;
	margin-left: auto;
}

table.be_registrationform tbody tr {
	padding: 5px;
	border-bottom: transparent 5px solid;
}


table.be_registrationform tbody tr.biggap {
	
	border-bottom: transparent 25px solid;
}

table.be_registrationform tbody tr th {
	color: #333;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
	padding-top: 5px;
}

table.be_registrationform tbody tr td input, table.be_registrationform tbody tr td textarea, table.be_registrationform tbody tr td select {
	padding: 3px;
	border: 1px solid #ccc;
}

.short {
	width: 50%;
}

.wide {
	width: 90%;
}

div.informationbox {
	padding: 10px;
	text-align: left;
	border: 1px dotted #ccc;
	background-color: #e9f6f8;
}



table.be_registrationform tbody tr.payrow td span.price {
	float: left;
	font-weight: bold;
}
table.be_registrationform tbody tr.payrow td span.paynow {
	float: right;
}
table.be_registrationform tbody tr.payrow td span.paynow a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

tr.infopanel p {
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.seller {
	visibility: collapse;
}

.investor {
	visibility: visible;
}

input#payinvestor, input#payseller {
	float: right;
	font-weight: bold;
	padding: 5px 20px;
	background: #eee;
	border: 1px solid #333;
}

#formholder form.registrationform h2 {
	border: none;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

/* @group ajax status */


#wpusername {
	float: left;
}

#usernamestatus {
	width: 16px;
	height: 16px;
	display: inline;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}

#usernamestatus.inprogress {
	background: transparent url(../images/indicator.gif) no-repeat center center;
}
#usernamestatus.hidden {
	display: none;
}
#usernamestatus.ok {
	background: transparent url(../images/accept.png) no-repeat center center;
}
#usernamestatus.notok {
	background: transparent url(../images/exclamation.png) no-repeat center center;
}


/* @end */

