table.registration-form-table {
	width:100%;
	padding: 0px;
	margin:0px 0px 10px 0px;
}
table.registration-form-table tr td.label {
	padding:4px 5px 4px 0px;
}
table.registration-form-table tr td.field {
	padding:4px 5px;
}
table.registration-form-table td.multifield {
	padding:0px 8px 0px 0px;
}
table.registration-form-table td.label {
	width:150px;
}
div.error {
	margin:0 0 2px;
	padding:2px 6px;	
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	display:none;		
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}
div.error p {
	margin:0;		
}
span.check-passed{
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('../images/valid_ok.png');
}
span.check-failed{
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('../images/valid_no.png');
}
textarea.webpage_help {
	display:none;
}
#add_webpage {
	cursor:pointer;
	margin:10px 0px;
	color: #ce5d27;
	text-decoration:underline;
}
input.webpage-input-field {
	float:left;
}
div.delete-webpage {
	float:left;
	cursor:pointer;
	vertical-align:middle;
	margin:3px 0px 0px 10px;
	color: #ce5d27;
	text-decoration:underline;
}
table.affiliate-comission-table tr.data td.field {
	text-align:center;
}
table.registration-form-table-term {
	margin: 10px 0px;
	padding:10px 0px;
	width:100%;
	border-top: 1px solid #cfcfcf;
}
table.registration-form-table-term tr td {
	padding: 3px 0px;
}