﻿@charset "utf-8";

@import "myMoney.css";
/***********************************************************************************
 *
 * Styles specific to the Error Page
 *      The Below overwrites anything conflicting with myMoney.css
 *
 ***********************************************************************************/
 
div#error { 
	/*margin: 0px 0px 0px 150px;*/
	position:relative;
	left:120px;
	width:610px;
	border:solid 2px Gray;
	color:#5087be;
	padding: 15px 0px 0px 28px;
	background:  white;
}
