#regcheck_form_entry{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
	
}

#regcheck_form_entry input{
	vertical-align:middle;
	color: black; 
	height: 74px; 
	width: 100%; 
	min-width:200px;
    max-width: 300px;
	margin: 0px 5px 20px 0;
	padding: 0px 0px 0px 56px;
	border:none;
	outline:none;
    background-color: #e6e6e6;
	background-image: url(images/reg.png); 
	background-repeat:no-repeat;
	font-family: arial; 
	font-weight:bold;
	font-size: 42px;
	line-height:1.5em;
	text-transform:uppercase;
	
}


#enginecode{
    margin-left: auto;
    margin-right: auto;
    min-width:200px;
    max-width: 300px;
}

.enginecode input{
    margin-left: auto;
    margin-right: auto;
	color: black; 
	height: 74px; 
	width: 100%; 
	min-width:200px;
    max-width: 300px;
	margin: 10px 5px 20px 0;
	padding: 0px 0px 0px 10px;
    background-color: rgb(229, 246, 250);
	border:1px;
    border-color: #6cbbce;
    border-style: solid;
    box-shadow: 0 0 10px #9ecaed;
	outline:none;
	font-weight:normal;
	font-size: 24px;
	line-height:1.5em;
}

.form_entry_button{
    display: block;
    text-align: center;
    padding:60px 0px 25px 20px;
    cursor: hand;
}

@media only screen { 
    display: block;
    text-align: center;
    padding:0px 0px 25px 0px;
    cursor: hand;

}

.form_entry_button:hover{
    cursor: hand;
}

.form_entry_button_img input[type=submit] {
	border: none;
	font-size: 1em;
    color: transparent; /* Fix for Firefox */
    border-style: none;
	outline:none;
    border-width: 0;
	width:159px;
	height:160px;
	margin-left:25px;
	background-color: transparent;
	background-image: url(images/go_button.png);*/

}



/*TABLE*/


#f1 tr:hover{
	background-color:#faf8a4;
    cursor: pointer;
}

#f1 td{
    border-bottom: 1px;
    border-bottom-color: #afb2b2;
    border-bottom-style: solid;
    padding: 6px;
}

#f1 th{
    text-align: left;
    font-size: 80%;
    padding-left: 6px;
        
}

.sorry{
    background-color:#b6d6de;
    cursor: auto; 
    padding: 10px 20px 10px 20px;
}

#price_details{
    color: #3eb0ef;
    font-size: 80%;
}
#f2 td{
    /*padding: 6px;*/
}

#f2 input{
    font-size: 100%;
}


/*FORM2*/

#form_note{
    font-size: 90%;
    /*padding: 0 40px 0 0;*/
}

#form_note a{
    font-size: 120%;
}


/*FOOTER*/

#footer_links{
    width: 100%;

}


#footer_links li{
    display: block;
    padding: 5px 0 6px 0;
    border-bottom: 1px;
    border-bottom-color: #000000;
    border-bottom-style: dashed;
}
    