/* CSS Reset (Eric Meyer) */



	input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : none; } 
	input[type="submit"]:focus, input[type="button"]:focus { outline : none; }

	.clear { clear: both; }

	#container {
		background-color: #A6A6A6;
		width: 100%;
		height: 14em;
		padding: 0.1em 0;

	}
    #container #first_step, #second_step, #third_step, #fourth_step { display: none; }
    #container #first_step { display: block; }

    #container .form { margin: 0 0 0 2%; }
    
    #container h1, #container h2 {
        font-size: calibri, Verdana, sans-serif;
        font-size: 24px;
        text-shadow: 1px 1px 2px #222;
    }
    
	#container h1 span { color: #a90329; }
        
    #container h2 {
        color: #888;
        font-size: 1.2em;
        text-align: left;
        text-shadow: none;
    }
    
    #container table {
        width:100%;
		margin: 0px 0px;
		margin-left:-0.25%;
        font-size: 0.9em;
        font-weight: bold;
    }
 
        
    #container input, #container select {
        background-color: #BFBFBF;
        color: #black;
        border: 1px solid #ccc;
        font-family: calibri, Verdana, sans-serif;
        font-weight: bold;
        font-size: 1em;
        width: 95%;
        height: 1.2em;
        margin: 1.3em 0 1em;
		max-height:35px;
        float: left;

	}
	
	
	#container TEXTAREA.messageField {
		background-color: #BFBFBF;
		border:0;
		font-family: calibri, Verdana, sans-serif;
        font-size: 1em;
		width: 97.5%;
        height: 7em;
		resize: none;
	overflow: auto;

	}
   
        #container input.submit {
            background-color: #A6A6A6;
			font-weight: bold;
			font-size:1em;
			color:#404040;
            border: 1;
			border-color:#404040;
            cursor: pointer;
            width: 14%;
            height: 2em;
            position: relative;
            bottom: 1em;
            left: 68%;
			margin-right:2%;

        }
        
		#container input.submit:hover { 
			background-color: #E46C0A;
			font-weight: bold;
			font-size:1em;
			color:white;
            border: none;
            cursor: pointer;

		}
		
		#container input.submit:focus { border: none; }
        
        #container input.send{ background-color: url('../images/send.png') no-repeat; }
            
        #container input.error { border: 1px solid red; }
        #container input.valid { border: 1px solid #1FFF00; }
        
        #container input:focus, #container select:focus {
            border: 1px solid #E46C0A;
            color: black;
        }

    #container select { padding: 5px 0 5px 25px; }
        #container option { padding: 0 15px; }

    #container label {
        color: #666;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        float: right;
        margin: 23px -25px;
        width: 270px;
    }
    

#progress_bar {
    background: url('../images/progress_bar.png') no-repeat;
    width: 339px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}

#progress {
    background: url('../images/progress.png') repeat-x;
    width: 0px;
    height: 23px;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#progress_text {
    position: relative;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #222;
    width: 339px;
    height: 24px;
    top: -23px;
    left: 0;
}




