@charset "UTF-8";

.padding_15 {
	padding: 15px;
}

.cursor-pointer {
	cursor: pointer;
}

.apr-popup-table {
	border-radius: 3px;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	display: table;         
	width: auto;         
	border-spacing: 5px;
}
.apr-popup-table-row {
	border-radius: 0px;
	display: table-row;
	width: auto;
	clear: both;
}
.apr-popup-table-col {
	border-radius: 0px;
	display: table-cell;         
	width: 216px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 3px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;	
}

.captcha-error-text {
	display: none;	
	margin-left: 0%;
	text-align: right;
}

.captcha-error-box {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.wideButton200 {
	width: 200px;
}

textarea {
	resize: none;
}