.main-holder {
	padding-bottom: 20px;	
}

.wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 980px;
}

.indent-box {
    margin:0;
    padding:2px 0 0;
    width:100%;
}
 
.content {
	padding-bottom: 10px;
	padding-top: 20px;	
}

#vinLookupContainer {
	width: 900px;
	min-height: 280px;
	border: 7px solid #e5e5e5;
	margin: 10px auto;
}

#vinLookupContainer h2 {
	margin: 20px;
	font: bold 21px/24px Arial,Helvetica,sans-serif;	
}

#vinLookupContainer #vintext1 {
	margin: 0 20px;
}

#vinInputBar {
	width: 860px;
	height: 80px;
	margin: 20px auto;
	background-color: #05afef;
}

#vinInputBar div {
	/*line-height: 80px;*/
	margin: 20px 10px 0 20px;
}

#vinInputDiv {	
	float: left;
}

#vinInputDiv p {
	width: 250px;
	margin: 0;	
}

#vinInputBar input {
	display:block;
	width: 250px;
	border: 2px inset;	
	font-size: 15px;
}
#vinInputLabel {
	color: white;	
}

#vinButtonDiv {
	float: left;
}

#vinButtonDiv {
    color:#0072BA; 
    text-align: left;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
    height:41px;
    -moz-box-shadow: 0px 1px 3px #666;
    -webkit-box-shadow: 0px 1px 3px #666;
    box-shadow: 0px 1px 3px #666;
    background-image:url("../../images/vin/LargeButton_White_160x41.png");
    background-repeat:no-repeat;
    width:160px;
}
#vinButtonDiv a.disabled {
	color: silver;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    padding:12px 15px;
    display: block;
    cursor: default;
    background:url('../../images/vin/GrayArrowBig.png') no-repeat right 13px;
}

#vinButtonDiv a.enabled {
	color: inherit;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    background:url('../../images/vin/BlueArrowBig.png') no-repeat right 13px;
    padding:12px 15px;
    display: block;
}

#errorMessage {
	display: none;
	color: #cf0000; 	
	font-weight: normal;
}

#esnMessageDiv {
	display: none;
	float: right;
	position: relative;
	top: -157px;
	width: 340px;
	height: 200px;
	border: 5px solid #e4bdeb;
	background-color: white;
	padding: 10px 20px 10px 10px;
	z-index: 5;
}

#esnMessageDiv p {
	white-space: normal;
	width: 100%;
}

#esnMessageDiv a {
	font-weight:bold;	
}

.vinMessageSpacer {
	height: 40px;	
}

.round {
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}


