.error_div {
	background: lightyellow no-repeat left top;
	border: 1px solid #002bb8;
	border-right: 1px solid #0f2bb8;
	border-bottom: 1px solid #0f2bb8;
	overflow: visible;
	position: absolute;
	display: block;
	width: 400px;
	top: 100px;
	left: 100px;
	z-index: 200;
	margin: 0px;
}

.error_div table {
	padding: 10px;
}

.error_div_header {
	background-color: #002bb8;
	border: 0px solid;
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration:none;
	color: white;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	z-index: 200;
}

.error_div_close {
	height:18px;
	text-decoration:none;
	color: white;
	border: 0px solid #666;
	display: block;
	top: 1px;
	right: 1px;
	position: absolute;
	float: right;
	z-index: 200;
}

.author-name {
	color:#555555;
	font-size:13px;
	margin:-8px 0px 0px;
	text-align: right;
}

.author-date-created {
	color:#555555;
	font-size:10px;
	margin:-4px 0px 0px;
	text-align: right;
}

.comments_header {
    background-color: #aaaaaa;
    font-size: 16pt;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.comment_line_header {
    background-color: #e4e4e4;
}

.user-article-list {
}

#articletitleinput, #articledescriptioninput {
    width:350px;
}

#manufacturersautocomplete, #modelsautocomplete {
    width:350px;
    padding-bottom:2em;
}

#manufacturersautocomplete {
    z-index:9000; /* z-index needed on top instance for ie & sf absolute inside relative issue */
}

#manufacturerinput,
#modelinput {
    position:absolute; /* abs pos needed for ie quirks */
}
.autocomplete .sample-quantity { float:right; } /* push right */
.autocomplete .sample-result {
	font-weight: normal;
}
.autocomplete .sample-result onmouseover{
     color: #000;
}
.autocomplete .sample-result onmouseout{
     color: #FFF;
}

.autocomplete .sample-query {
	font-weight: normal;
}

.error {color: red;  font: bold 14px Arial;}

.errormessage {
    background-image:url('../../../images/icons/exclamation.png');
	background-color:#ffff99;
	color:red;
	border:1px solid red;
} 

.infomessage {
   background-image:url('../../../images/icons/information.png');
	background-color:#99ccff;
	color:black;
	border:1px solid blue;
} 

.errormessage, .infomessage {
    background-repeat:no-repeat;
    background-position:7px 7px;
    padding:6px 6px 6px 32px;
}

input[disabled] {
	background:white;
}


/* */
.BackgroundCornerLeftTop {
	background: transparent url('../../../images/horizontal_bg1_cl.gif') no-repeat;
	width: 15px;
	height: 15px;
	white-space: nowrap;
}
.BackgroundMiddleTop {
	background: transparent url('../../../images/horizontal_bg1_m.gif') repeat-x;
	height: 15px;
	white-space: nowrap;
}
.BackgroundTop {
	background: transparent url('../../../images/horizontal_bg1.gif') no-repeat;
	height: 15px;
	white-space: nowrap;
}
.BackgroundCornerRightTop {
	background: transparent url('../../../images/horizontal_bg1_cr.gif') no-repeat;
	width: 15px;
	height: 15px;
	white-space: nowrap;
}
.BackgroundCornerRightBottom {
	background: transparent url('../../../images/horizontal_bg2_cl.gif') no-repeat;
	width: 15px;
	height: 15px;
	white-space: nowrap;
}
.BackgroundCornerLeftBottom {
	background: transparent url('../../../images/horizontal_bg2_cl.gif') no-repeat;
	width: 15px;
	height: 15px;
	white-space: nowrap;
}
.BackgroundMiddleBottom {
	background: transparent url('../../../images/horizontal_bg2_m.gif') repeat-x;
	height: 15px;
	white-space: nowrap;
}
.BackgroundMiddle {
	background: transparent url('../../../images/vertical_bg1.gif') repeat-x;
	height: 162px;
	white-space: nowrap;
}
.BackgroundBottom {
	background: transparent url('../../../images/horizontal_bg2.gif') left top no-repeat;
	width: 705px;
	height: 15px;
	white-space: nowrap;
}
.SquareLeft {
/*	background: transparent url('../../../images/sq1.png') no-repeat; */
/*	width: 192px; */
/*	height: 208px; */

/*	background: transparent url('../../../images/sq3_1.png') no-repeat; */
/*	width: 248px; */
/*	height: 223px; */

/*	background: transparent url('../../../images/sq6.png') no-repeat; */
/*	width: 295px; */
/*	height: 208px; */

	background: transparent url('../../../images/sq7.png') no-repeat;
	width: 288px;
	height: 208px;
	white-space: nowrap;
}
.SquareRight {
/*	background: transparent url('../../../images/sq2.png') no-repeat; */
/*	width: 192px; */
/*	height: 208px; */

/*	background: transparent url('../../../images/sq4.png') no-repeat; */
/*	width: 231px; */
/*	height: 208px; */

	background: transparent url('../../../images/sq5.png') no-repeat;
	width: 309px;
	height: 211px;
	white-space: nowrap;
}
