/* Styles for the profile editing and registration page */

form div {
	margin: 15px auto;
}

form div table {
	margin: 0 auto;
	width: 80%;
}

form div table td {
	padding: 5px 0;
}

form div table td.first {
	width: 20%;
}

form textarea {
	width: 300px;
	height: 100px;
}

.text_container {
	overflow-y: scroll;
	width: 90%;
	height: 200px;
	background: white;
}

.submit {
	float: right;
	margin: 10px 40px;
}

.defaults {
	margin: 10px;
}

.mailable {
	float: left;
	width: 400px;
	padding: 10px;
	margin-top: 0;
}

.mailable table {
	width: 90%;
	margin-right: 0;
}

.mailable table td {
	text-align: center;
}

.mailable table td input[type="text"] {
	text-align: right;
}

.additional, .limit {
	margin-top: 40px;
}

.non-mailable table, .additional table, .limit table {
	width: auto;
}

.non-mailable table td, .additional table td, .limit table td {
	padding: 0 10px;
}

textarea[name="seller_description"] {
	width: 500px;
	height: 100px;
}

textarea[name="return_policy"] {
	width: 500px;
	height: 200px;
}

.areas table {
	width: auto;
	margin-left: 10px;
}

.mapContainer {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #2a9ed8;
}