/*Register and Login form elements*/
.register-page label {
	font-size: 12px;
	color: #a4a2a1;
	margin-top: 15px;
	display: block;
	float: left;
	width: 120px;
}

.register-page input, .register-page select {
	font-weight: normal;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	width: 180px;
}

.register-page input.check {
	margin-top:17px;
	/*margin-left:0;
	margin-right: 2px;*/
	width:auto;
	margin-left:100px;
	margin-right:20px
}

.register-page label.autoreglabl {
	width: 300px;
	margin-bottom: 2px;
}

.register-page #subscribeLabel{
	width:auto;
	max-width:200px;
	margin-bottom: 2px;
}

.register-page input.capt {
	margin-top:24px;
	margin-left: 5px;
}

.register-page input.button {
	font-size: 11px;
	width: 100px;
	margin-left:135px;
}

.login-page label {
	font-size: 12px;
	color: #a4a2a1;
	margin-top: 15px;
	display: block;
	float: left;
	width: 100px;
}

.login-page input {
	font-weight: normal;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.login-page input.button {
	font-size: 11px;
	width: 100px;
	margin-right: 15px;
	margin-left:3px;
}

.login-page input.check {
	margin-top:15px;
	margin-left:0;
}

/*Common use*/
.form-error {
	margin-left: 150px;
}

.radiobuttons span label {
	float: none;
}

/* Species */
.species-property .check {
	vertical-align: text-bottom;
	margin: 0 2px;

}

.species-property textarea {
	width: 605px;
	height: 80px;
}

/* Watch List*/
.watchlist-options-form {
	margin: 10px;
}

.watchlist-options-form .field {
	font-weight: normal;
	margin-bottom: 8px;
	width: 150px;
}

/* Search Page */
.search-form input.check {
	font-weight: normal;
	margin-top: 2px;
	vertical-align: text-top;
}

.search-form label {
	color: #a4a2a1;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

.search-form input.button {
	font-size: 11px;
	width: 100px;
	margin: 0 auto;
}

/* Form for editing albums, items, lists , entries etc.*/
.form-line {
	margin:5px 0;
}

.form-line label {
	display:block;
	float:left;
	width:150px;
}

.form-line input, .form-line textares {
	display:block;
	float:left;
}

.form-buttons {
	margin-left:150px;
}

/* Map styles */
.map-form label {
	display: block;
	float: left;
	width: 55px;
	margin-top:2px
}

.map-form .input {
	margin: 2px;
	display: block;
	float: left;
	width: 150px;
}

.map-form .radio {
	margin: 2px;
	display: block;
	float: left;
}

/*Species list*/
.top-pager-panel input {
	float: left;
}

/**
 * The search results block styling
 */
.category-selector, .subcategory-selector {
 	font-size: 11px;
 	width: 166px;
 	margin-bottom: 10px;
 }

/*Zip Code Block*/
#searchByZipFormId {
	padding-top: 10px;
	width: 585px;
}

#searchByZipFormId label {
	display: block;
	float: left;
	padding-top: 6px;
}

#searchByZipFormId input {
	float: left;
	margin-left: 10px;
}

