#wrapper_terms {
	background: white;
	width: 100%;
	float: left;
}

#terms_main {
	background: #030303;
	margin: 5px;
}

#wrapper_terms_text {
	padding: 50px 30px 0px 30px;
	width: 365px;
	height: 160px;
}

#terms_close {
	background: white;
	width: 100%;
	height: 60px;
	position: relative;
}

#btn_terms_close {
	position: absolute;
	right: 0px;
	top: 10px;
	border: 0px;
	width: 59px;
	height: 23px;
	background: transparent url(/images/newsletter_close_btn.gif) no-repeat top left;
	cursor: pointer;
}

#error_msg {
	width: 100%;
	height: 50px;
}

.dialogTerms.ui-dialog.ui-resizable-disabled .ui-resizable-handle { display: none; }
.dialogTerms .ui-dialog-titlebar { display: none; }
