/* Error Page CSS */

body {
	text-align: center;
}

table, td {
	font-size: 12px;
}

td {
	height: 35px;
	*height: 30px;
}

div {
	margin: 150px 0px;
}

.border {
	border: 1px solid #C8CFDC;
}

#errorTitle {
	height: 25px;
	background-color: #C8CFDC;
}

#msg {
	height: 50px;
}