﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.alert1
{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f1ceab;
	border: 1px solid #efb99e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.alert1,
	.alert1 h4
	{
		color: #dd5600;
	}

		.alert1 h4
		{
			margin: 0;
		}

		.alert1 .close
		{
			position: relative;
			top: -2px;
			right: -21px;
			line-height: 20px;
		}

.alert1-success
{
	color: #669533;
	background-color: #d5ecbf;
	border-color: #d2e6ab;
}

	.alert1-success h4
	{
		color: #669533;
	}

.alert1-danger,
.alert1-error
{
	color: #bd4247;
	background-color: #f2bdb1;
	border-color: #f0a5a4;
}

	.alert1-danger h4,
	.alert1-error h4
	{
		color: #bd4247;
	}

.alert1-info
{
	color: #178acc;
	background-color: #a7dff1;
	border-color: #88e4ec;
}

	.alert1-info h4
	{
		color: #178acc;
	}

.alert1-block
{
	padding-top: 14px;
	padding-bottom: 14px;
}

	.alert1-block > p,
	.alert1-block > ul
	{
		margin-bottom: 0;
	}

	.alert1-block p + p
	{
		margin-top: 5px;
	}