#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;	
	font-family: Arial, Verdana, Sans-Serif;
}

#toplinks {
	background: #1b1b1b url(../../../images/portal2/toplinks.gif) top left repeat-x;
	width: 1020px;
	color: #707070;
	border: 1px solid #000;
	margin: 0 auto;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-border-radius-topright: 4px;
	-border-radius-topleft: 4px;
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
	-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
	margin-top: -1px;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	line-height: 45px;
	text-align: left;
	text-shadow: 0 -1px 0 #000;
	height: 50px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

#toplinks ul {
	margin: 0;
	padding-left: 15px;
	padding-top: 3px;
}

#toplinks ul li {
	float: left;
	margin-right: 20px;
	list-style: none;
}

#toplinks ul li a:link, #toplinks ul li a:active, #toplinks ul li a:visited {
	color: #707070;
}

#toplinks ul li a:hover {
	color: #b4b4b4;
	border-bottom: 1px dashed #b4b4b4;
}

#welcomeblock {
	background: url(../../../images/portal2/welcomeblock.png) center right no-repeat;
	width: 1000px;
	color: #696969;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #000;
	margin-top: -1px;
	text-shadow: 0 -1px 0 #000;
	margin-bottom: -1px;
	overflow: hidden;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

#welcomeblock a:active {
	color: teal;
}

#welcomeblock a:hover {
	color: red;
}

<!--#twodudes {
	background: transparent url(../../../images/portal2/twodudes.png) top right no-repeat;
	width: 990px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: -173px;
	height: 113px;
}-->

.searchbox {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

.searchbox .searching {
	background: rgba(0, 0, 0, 0.8);
	color: #707070;
	padding: 6px;
	-moz-box-shadow: inset 0 0 1px #000;
	-webkit-box-shadow: inset 0 0 1px #000;
	-box-shadow: inset 0 0 1px #000;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.trow3 {
	background: #222 url(../../../images/portal2/trowwhite.gif) top left repeat-x;
	padding: 6px 6px 9px 9px;
	border-top: 1px solid #000;
}

.messageEditor {
	text-shadow: none !important;
}

.postbitbutton {
	background: url(../../../images/portal2/tbg1.gif) top left repeat-x;
	color: #1b1b1b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-border-radius: 4px;
	text-transform: capitalize;
	margin: 5px 0;
	padding: 6px;
	border: 1px solid #000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.logintext {
height:50px;
width:100;
}

.loginform {
height:50px;
width:100;
}

.welcomeguest {
	height: 50px;
	overflow: hidden;
	padding-top: 7px;
}

.welcomem {
	height: 20px;

	padding-top: 8px;
}

.a.multiquote.multiquote_on {
    background: black;
    color: white;
}

/** Modal Start **/

.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
padding: 20px;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}

.blocker:before{
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}

.blocker.behind {
background-color: transparent;
}

.modal {
width: 400px;
text-align: left;
background: #fff;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
background: url(../../../images/spinner_big.gif) no-repeat center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}

/** Modal End **/