.error
	{
	    max-width: 960px;
	    height: auto;
	    margin: 0px auto 20px;
		padding-left: 5px;
	    font-size: 12px;
	    font-family: Verdana, Arial, Geneva, sans-serif;
	    color: #FFFFFF;
	    font-weight: bold;
	    line-height: 20px;
	    background-color: #D0020A;
		border: 1px solid #DBDBDB;
		box-shadow: 0px 3px 6px #B7B7B7;
		-moz-box-shadow: 0px 3px 6px #B7B7B7;
		-webkit-box-shadow: 0px 3px 6px #B7B7B7;
		behavior: url(./css/PIE.htc);
	}

.error div
	{
	    padding: 8px 16px 16px;
	    font-size: 12px;
	    font-weight: normal;
	    color: #234333;
	    background-color: #F1F1F1;
	    border-top: 2px solid #A20101;
	}