/* CSS Document */

#container{

	border: 1px solid #DDD;
padding: 30px 40px 20px 40px;
margin:auto;
margin-top:80px;
background: white;
-webkit-box-shadow: 0px 0 30px #D5D4D4;
-moz-box-shadow: 0px 0 30px #d5d4d4;
box-shadow: 0px 0 30px #D5D4D4;
	width:500px;

	font-size:12px;
	background-image:url('imgs/lineas_top.jpg'); background-repeat: no-repeat;
	position:relative;
}

#container_sombra{background-image:url('imgs/sombra.jpg');width:580px; height:34px;margin:auto;}
#kfc_logo{background-image:url('imgs/kfc_logo.png');background-repeat: no-repeat;width:115px; height:115px;position:absolute;top:-65px; left:25px;}
form{margin-top:47px;margin-left:70px;}



#container h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

td{
	line-height:20px;
	padding: 5px 5px 5px 0;
}

.clear { clear: both; }


#container #step1, #step2, #step3, #step4, #step5, #step6 { display: none; }
#step2 {margin-left:-65px;}
#step4{margin-left:-65px;}
#step5{margin-left:-35px;}
#container #step1 { display: block; }
input:hover, textarea:hover { 
		background: #eee; 
	}
#step1 input.submit {margin-right: 60px;}
#step3 input.submit {margin-right: 52px;}
#step4 input.submit {margin-right: -5px;}
input.submit,select, input.send { 	
	float:right;
	margin-right: 12px;
		width: 90px; 
		color: white;  
		background-color: #82060a;
		border: none;
		
		/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
		
		/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px; 
						
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce0007), to(#82060a)); 
		background: -moz-linear-gradient(25% 75% 90deg,#ce0007, #82060a);		
	} 

#container input.submit:focus { border: none; }
input, textarea { 		
		padding: 5px; 
		margin: 4px 0 4px 0; 
		background: #fff; 
		font-size: 12px; 
		color: #555; 
		border: 1px #ddd solid;
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;	}

input.submit:hover, input.send:hover { 		
		-webkit-box-shadow: 0px 0px 10px #8e060a;
		-moz-box-shadow: 0px 0px 10px #8e060a; 
		box-shadow: 0px 0px 10px #8e060a;	
		cursor:  pointer; 
	} 	




/*PROGRESS BAR*/
#progress_bar {
    background: url('imgs/progress_bar.png') no-repeat;
    width: 339px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}
#progress {
    background: url('imgs/progress.png') repeat-x;
    width: 0px;
    height: 23px;
	margin:0;
    
    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 1px #535353;
    width: 339px;
    height: 24px;
    top: -23px;
    left: 0;
}

.inputError{
	border:#FF0000 solid 1px;
	background-color:#FFD5D5;
	color:#FF0000;
}

