.jquery-alert-helper
{
	background: url('../images/dark_opacity_70.png');
}

.jquery-alert-container
{
	width: 490px;
	height: 250px;
	background: url('../images/alert_bg.png') no-repeat center center;
}

.jquery-alert-overlay
{
	
}

.alert
{
	width: 446px;
	height: 188px;
	margin: 30px 22px 0 22px;
}

	.alert h1
	{
		line-height: 55px;
		height: 55px;
		font-size: 25px;
		font-family: CalibriItalic;
		text-align: center;
		color: #90b700;
	}

	.alert .content
	{
		height: 78px;
		padding: 10px;
		color: #fff;
		color: #3d5300;
	}

	.alert .button
	{
		height: 27px;
		padding: 0 20px;
	}

		.alert .button *
		{
			float: right;
		}

	.alert .info
	{
		text-align: center;
		line-height: 15px;
		padding-bottom: 10px;
	}

	.alert form
	{
		padding-top: 10px;
		background: url('../images/alert_hr.png') no-repeat top center;
	}

	.alert form label
	{
		color: #fff;
		text-shadow: 0 1px 0 #5b7703;
		display: block;
		float: left;
		width: 100px;
		text-align: right;
		padding-right: 10px;
		line-height: 26px;
	}

	.alert form input
	{
		width: 263px;
		height: 20px;
		overflow: hidden;
		border: 0;
		padding: 3px 5px;
		background: url('../images/form_input_text.png') no-repeat 0 0;
	}

	.alert form input.error
	{
		background-position: 0 -26px;
		text-indent: 15px;
		color: #99310d;
	}

	.alert .reminder-submit
	{
		width: 100px;
		height: 27px;
		overflow: hidden;
		text-indent: -1000px;
		background: url('../images/button_remind.png') no-repeat 0 0;
	}

		.alert.disabled .reminder-submit
		{
			background-position: 0 -27px;
		}

	.alert .close
	{
		width: 100px;
		height: 27px;
		overflow: hidden;
		text-indent: -1000px;
		background: url('../images/button_close.png') no-repeat 0 0;
	}

	.alert.disabled .close
	{
		background-position: 0 -27px;
	}

