﻿.a-errorPage
{
	border-radius: 5px;
	background: url(error_background_img.png) bottom #7dc3d7;
	border-color: #72b6c9;
	padding: 2%;
	max-width: 550px;
	margin: 10px auto;
	border: #4fa4bb solid 1px;
}

.a-error-div
{
	border-bottom: #3b5f6a solid 1px;
	position: relative;
	width: 98%;
	margin: 1%;
	height: 30px;
}


.a-error-top-area
{
	position: absolute;
	left: 0px;
	top: -10px;
	width: 100%;
}

.a-aptify-error-logo
{
	float: left;
	background: url(Aptify-Logo-148x73.png) #7dc3d7 no-repeat round;
	height: 73px;
	width: 148px;
}

.a-error-title
{
	float: right;
	padding-left: 1%;
	padding-top: 5px;
	padding-right: 1%;
	font-size: 24px;
	color: #000;
}

.a-error-bottom-area
{
	margin-top: 50px;
}

.a-error-description
{
	width: 74%;
	float: left;
	height: 150px;
	margin-left: 1%;
	margin-right: 1%;
	background: #04627d;
	color: #fff;
	border-radius: 5px;
	padding: 1%;
	position: relative;
	line-height: 22px;
	font-size: 100%;
}

.a-error-img
{
	float: left;
	background: url(error_img.png) no-repeat round;
	width: 120px;
	height: 120px;
}

.a-error-msg-arrow
{
	position: absolute;
	top: -15px;
	left: 10%;
	background: url(msg_arrow.png) no-repeat;
	width: 30px;
	height: 19px;
}

.a-error-title-label
{
}

.a-error-title-name
{
	font-weight: bold;
}

.a-clear-div
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
