/*  ===== pt_error Notes =====   /
	The Container wraps the complete page content inside the body. 
	It allows to give the page a visible margin and padding and
	have a different background color around the container.
	
	All display: inline before floats shall prevent the IE from its own stupidity.
	http://www.positioniseverything.net/explorer/doubled-margin.html
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/

/* Sticky footer requires full-height page */
#pt_error {
	width:100%;	
	margin: 0 auto;
}

#pt_error #content {
	margin: 0px;
	padding: 0px;
	width:100%; }
	
#pt_error #contentMain {width: 980px}
	
#pt_error #wrapper {
	background-image:none;min-height:615px;height:auto !important;height:615px;}
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

.minHeight {	
	min-height:0px;
  	height:auto !important;}
  	
#pt_error #contentInner {
	background:#FFFFFF url(../images/backgrounds/border_content_full.gif) no-repeat scroll center bottom;
	border-top:1px solid #9CA4AC;
	width:954px;}
  	
#pt_error #content #message {
	margin: 50px auto;
	padding: 5px;
	background-color: White;
	border: 1px dashed #999;}
			
#pt_error #content #message p {
	font-size: 1.5em;
	margin: 10px 10px; }
