﻿/*		Inventory Details Page Pop-Up Styles		*/

	.innerForm, div#submitResults
	{
	    font-family:Arial, sans-serif;
	    font-size:11px;
	}
	.innerForm h4 {
		border-bottom:1px solid;
		color:#000000;
		font-size:24px;
		font-weight:bold;
		margin:19px;
		margin-top:0px;
		text-transform:uppercase;
		}
	
.innerForm ul
{
    list-style:none;
    margin:0;
    padding:0;
}
.innerForm ul li div
{
    display:block;
    height:35px;
}
.innerForm li div input, .innerForm li input, .innerForm li textarea, .innerForm li select {
	width:265px;
	height:21px;
	margin:1px;
	float:right;
	border:1px solid black;
	background-color:#FFF;
	}
	.innerForm li textarea { height:50px;}
	.innerForm li { margin-left:5px; width:365px; min-height:40px;}
	.innerForm li div label, .innerForm li label { width:80px; float:left;}
	#lblMessageTradeIn {
		display:block;
		width:90px;
		float:left;}
		
	#btnTradeIn, #btnTestDrive, #btnQuestion, #btnOffer {
		background-image: url(images/submit-bttn.png) ;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		border: 0px solid #FFFFFF;
		height: 35px;
		width: 101px;
		float:right;
		text-indent:-99999px;}
	
	#btnTradeIn:hover, #btnTestDrive:hover, #btnQuestion:hover {background-position: 0px -35px !important;}
	
	div#testDriveTime_wrapper {
		height:35px !important;
		width:263px !important;
		float:right;}

.innerForm li.messsage {
	margin-top:25px;}	
	
/* 
   these are for the pleasant validation 

    to change colors and stuff, override with 
        "div.invalid_field" etc.
    */
    
    .invalid_field
    {
        background: #FFC1C1 !important;
    }
    .field_error_box
    {
        position:fixed;
        width:auto;
        height:auto;
        background:#8B0000;
        color:#EEEEEE;
        padding:5px;
        display:none;
        font-size:11px;
    }
	
    .error
    {
        font-size:10px;
        color:Red;
    }
    
    .success
    {
        position:fixed;
        width:auto;
        height:auto;
        background:green;
        color:#eeeeee;
        padding:5px;
        display:block;
        bottom:5px;
        left:5px;
    }
        .success a
        {
            color:#eeeeee;
            text-decoration:underline;
        }
