﻿
.pb_loginbox {
border: dashed 1px black;
height:180px;
margin:10px;
background-color:#eeeeee; 
}

.pb_header {
	background: url(logo_new.jpg) no-repeat top center;
	margin:0px;
	height:109px;
}

.pb_mainbody {
text-align:left;
margin-left:20px;
}



/* ============ MAIN BACKGROUND COLOR  DEDCC7============ */

body {
	background-color: #470461;
	color: #5c635c;
	margin: 0;
	padding: 0;
	
}

#main-wrapper {
	width: 956px;
	border: 6px solid #470461;
	background-color: white;
}
.bottomwrap {
	width: 956px;
	margin: 0px auto;
}


.outerstroke{
padding:15px;
text-align:center;
}

.innerstroke {
	border: 1px solid #b7b6a4;
	border-top: none;
}




/* =============== GLOBAL FONT SIZE  =============== */

html, body, form, fieldset {
	font: 12.5px/140% "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
}

ul {
	margin-top: 0px;

}

li{
margin-top:4px;
}
	
/* ============== HEADER TEXT STYLE  ============== */

#header_text {
	background: #443b32 url(../images/style4/header_blank.png) no-repeat center top;
	height: 109px;
}

#header_text h1, #header_text h1 a {
	color: #80ad3a;
	font: bold 45px/40px Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

#header_text h2 {
	color: #fff;
	font: italic bold 18px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ============= HEADER GRAPHIC STYLE  ============= */

#header_graphic {
	/* background: url(../images/style4/header.png) no-repeat center top; */
	background: url(../../../images/printboss_header.png) no-repeat center top;
	height: 126px; /* HEADER GRAPHIC HEIGHT */
border: solid 1px #DEDCC7;
}

/* ============= HEADER GRAPHIC HOTSPOT  ============= */

#header_graphic h1 a {
	height: 80px;
	width: 300px;
	margin-top: 20px;
	text-indent: -6000em;
	/* REMOVE COMMENT TO PREVIEW
	border: 1px solid red;
	*/ 
}


/* ================== HEADINGS  =================== */

h1,h2,h3,h4,.contentheading,.componentheading {
}

h1 {
	font-size: 22px;
	color: #d61e04;
	font-weight: bold;
margin-top:10px;
}

h2 {
	font-size: 18px;
	color: #99CC00;
	font-weight: bold;
margin-top: 10px;
margin-bottom:5px;
}

h3 {
	font-size: 16px;
	color: #76756A;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #666;
}


