﻿#body .subBox {

    font-family: Arial,Helvetica;

    -moz-border-bottom-colors: none;

    -moz-border-image: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: black none;

	-webkit-border-radius: 10px;

	border-radius: 10px;

	border: 0;    

    box-shadow: 0 0 4px #666666;

    float: left;

    margin-bottom: 10px;

    overflow-x: hidden;

    overflow-y: hidden;

    padding-bottom: 25px;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 20px;

    width: 570px;

}



#body .subBox .form p,#body .subBox .form p a {

    color: white;

    font-size: 14px;

    line-height: 18px;

    margin: 13px 0 5px;

    text-align:center;

}

#body .subBox .form .big {

    font-size: 26px;

    font-weight:bold;

    letter-spacing:0px;

    line-height: 23px;

    margin-top:5px;

}

#body .subBox .form .field {

    float: none;
    text-align:center;
}

#body .subBox .form .field label {

    display:none;

}

#body .subBox .form .field .text {
	border:3px solid #F5CE01;
    font-size: 17px;
    height: 17px;
    margin: 0 auto;
    padding: 12px 15px;
    width: 80%;
    margin:10px auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;    
}

#body .subBox .form .button {

    color:#051F50;
    font-size: 30px;
    font-family:Tahoma;
    font-weight:bold;
    font-style:italic;
    height: 52px;
    margin:10px auto 25px;

    width: 80%;


    cursor: pointer;

    display: block;

    font-family: Arial,Helvetica,sans-serif;

    font-weight: bold;

    letter-spacing: -1px;

    line-height: 100%;

    outline-color: -moz-use-text-color;


    position: relative;

    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

	background: url('button.png') transparent repeat-x 0 -2px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px #9F5105 solid;    
}

#body .subBox .form .button:hover {
}

@media screen and (max-width: 460px) {
	#body .subBox {
    	padding-left: 10px !important;
   		padding-right: 10px !important;
    	width:300px !important;
	}
	#body .subBox .form .field .text {
		width:87%;	
	}	
	#body .subBox .form .button {
		width:89%;	
	}	
}

@media screen and (max-width: 300px) {
	#body .subBox {
    	width:220px !important;
	}
	#body .subBox .form .field .text {
		width:83%;	
	}	
	#body .subBox .form .button {
		width:86%;	
	}	
	
	.bodyBox img.logo {
		margin-left:-30px !important;
	}


