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

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

#wrapper_newsletter_form {
	padding: 50px 30px 0px 30px;
	width: 565px;
	height: 360px;
}

#intro_form {
	margin: 15px 0px;
}

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

#btn_newsletter_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;
}

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

.label_box {
	float: left;
	width: 49%;
}

.label_box input {
	background-color: #fedbfb;
	border: 1px solid gray;
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 2px;
	padding: 2px;
	width: 90%;
	font-weight: bold;
}
input.checkbox {
	margin-right: 10px;
}
input.submit {
	border: 0px;
	width: 65px;
	height: 23px;
	cursor: pointer;
	background: url(/images/submit_btn.gif) no-repeat top left;
	margin-top: 20px;
	margin-right: 20px;
}
