/* 
Title: Deloitte: SEOSite - Master Stylesheet
Author: Michael "Spell" Spellacy, Senior UI Developer
Email: michael.spellacy@tmp.com
Company: TMP Worldwide Advertising and Communications, LLC
*/

@import url(../resources/231/default.css);   /* Primary rules for structure and content */
@import url(../resources/231/hack.css);      /* Browser hacks */
@import url(../resources/231/media.css);     /* Print, handheld rules, etc.) */

/* 
Error page 				
*/
#divError {
width: 600px;
margin: 50px auto;
border: 1px solid gray;
padding: 20px;
font-family: 'Trebuchet MS', Arial, Sans-serif !important;
}
#divError h3 {
background:url(../job-images/231/errorPage.gif) no-repeat left top;
color:#666666;
font-size:2em;
padding:0 40px 20px;
margin:0;
border:0;
}
#divError p {
color:#666666;
font-size:1em;
padding:0;
margin:0 0 6px 0;
border:0;
}
#divError a {
color:#3399CC;
font-size:1em;
padding:0;
margin:0;
border:0;
}
