

/* ---- approved_car ---- */

.linkImg{
	margin-top:24px;
}



.h3_vehicles{
	padding:18px 0 10px 0;
}

table.approvedTable{
	width:100%;
	text-align:left;
	margin-top:15px;
}

table.approvedTable th,
table.approvedTable td{
	padding:1px 0 9px 0;
	vertical-align:text-top;
}

.app_detail{
	padding:10px 0 0 0;
}

.app_detail a{
	text-decoration:underline;
	padding-bottom:3px;
}

.linkNext{
	padding:5px 0 0 0;
	width:99%;
	text-align:right;
}
.app_p_next a{
	text-decoration:underline;
	position:relative;
	top:72px;
	left:160px;
}
.app_p_next2 a{
	text-decoration:underline;
	position:relative;
	top:62px;
	left:160px;
}
.app_p_back a{
	text-decoration:underline;
	position:relative;
	top:72px;
	left:10px;
}

.Column_BGbk{
	background-color:#181818;
}

.thumbList{
	display:table;
	clear:both;
}

.thumbList li{
	float:left;
	display:inline;
	margin-right:28px;
	cursor:pointer;
}

.thumbList li.last{
	margin-right:0;
}

.linkBack{
	clear:left;
	padding:10px 0 0 0;
}


/* ---- tH[ ---- */
textarea{
	background:#000;
	color:#FFF;
	border:0;
	width:99%;
	height:100px;
	*height:105px;
	margin-bottom:10px;
	overflow:hidden;
}

html>/**/body textarea {
 	height:103px;
 }
html:first-child textarea {
	height:100px;
 }

/* safari only \*/
html*textarea{
	height:50px;
}
/* end */
html * textarea{
	*height:95px;
}

