@charset "utf-8";
/* CSS Document */
#issuez {
	padding:20px;
}

.hasError{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: red;
    border-bottom-color: red;
    border-left-color: red;
    border-right-color: red;
    font-family: Verdana;
    font-size: X-small;
    color: #c20808;
    font-style: italic;
}
.hasNotice{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #00ff11;
    border-bottom-color: #00ff11;
    border-left-color: #00ff11;
    border-right-color: #00ff11;
    font-family: Verdana;
    font-size: X-small;
    color: #08c20d;
    font-style: italic;
}
.title {
color:#00CCFF;
font-size:25px;
font-weight:400;
text-decoration:none;
}
.metoo {
border:1px solid #99FF33;
margin:0 0 5px;
padding:5px;
text-align:justify;
font-size: small;
}
.nonissue {
border:1px solid #FFCC00;
margin:0 0 5px;
padding:5px;
text-align:justify;
font-size: small;
}
.fixthis {
border:1px solid #66CCFF;
margin:0 0 5px;
padding:5px;
text-align:justify;
font-size: small;
}
.companyresponse {
margin:0 0 5px;
padding:5px;
text-align:justify;
font-size: small;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-right-color: purple;
  border-left-color: purple;
  border-bottom-color: purple;
  border-top-color: purple;
  font-style: italic;
}
.comment {
border:1px solid #CCCCCC;
margin:0px 0px 5px 0px;
padding:5px;
text-align:justify;
font-size: small;
}


	#message		{ padding:7px 10px; float:left; width:350px; }
	#status		{ border:1px solid #999; padding:5px; width:500px; height:75px; margin:5px 0; }
	#statuses	{ width:512px; }
	#submit		{ cursor:pointer; padding:5px; border:1px solid #ccc; float:left; margin:0 20px 0 0; }
	
	.status-box	{ padding:10px 20px 10px 70px; height:48px; background:url(nettuts-david.jpg) 10px 10px no-repeat; border-bottom:1px dotted #aaa; }
	.status-box:hover	{ background-color:#eee; }
	.success		{ color:#008000; }
	.failure		{ color:#f00; }
	.time			{ color:#2a447b; font-size:10px; }

.datedisplay{
background: transparent url(../images/website/posts/date.png) no-repeat scroll 0% 0%;
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: -moz-initial;}
.day {
font-family:Geneva,Arial,Helvetica,sans-serif;
font-weight:bold;
color:#000000;
}
.month {
color:#FFFFFF;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bolder;
}
.posts{
width:636px;
}
.addpost {
	background:url(../images/website/general/mtop.gif) no-repeat;
	width:636px;
}
.mainposts {
	background:#FFFFFF;
}

/**************************************************************

me too, i can fix this, non issue buttons

**************************************************************/

.button {
	 padding:4px 10px 3px 25px;
	 border:solid 1px #8AB134;
	 position:relative;
	 cursor:pointer;
	 display:inline-block;
	 background-repeat:repeat-x;
	 font-size:11px;
	 height:16px;
	 text-decoration:none;
	 color:#40740D;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
}
.button img {
	 position:absolute;
	 top:-24px;
	 left:-12px;
	 border:none;
} 

/**************************************************************

me too, i can fix this, non issue pop up

**************************************************************/

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 99;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/website/posts/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/website/posts/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/website/posts/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/website/posts/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/website/posts/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/website/posts/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/