﻿#body .subBox {

    font-family: 'Myriad Pro',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: 350px;

}



#body .subBox .form p,#body .subBox .form p a {

    color: white;

    font-size: 10px;

    line-height: 18px;

    margin: 13px 0;

    text-align:center;

}

#body .subBox .form .big {

    font-size: 22px;

    font-weight:bold;

    letter-spacing:-1px;

    line-height: 23px;

    margin-top:5px;

}

#body .subBox .form .field {

    float: none;

}

#body .subBox .form .field label {

    color:#FF7C00;

    float: left;

    font-size: 14px;

    margin-right: 10px;

    margin-top: 10px;

    text-align: right;

    width: 70px;

    font-weight:bold;

}

#body .subBox .form .field .text {

    height: 34px;

    border:0;

    margin: 0 -13px 10px 0;

    width: 225px;

	-webkit-border-radius: 4px;

	border-radius: 4px;    

}

#body .subBox .form .button {

    background-attachment: scroll;

    background-clip: border-box;

    background-color: transparent;

background: #ffb76b;

background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04));

background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);

background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);

background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);

background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );

    background-origin: padding-box;

    background-position: 0 0;

    background-repeat: repeat;

 	border: 2px solid #FF7C00;

    color: #FFFFFF;

    cursor: pointer;

    display: inline-block;

    font-size: 14px;

    font-weight: bold;

    height: 39px;

    line-height: 35px;

    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);

    text-transform: uppercase;

	-webkit-border-radius: 4px;

	border-radius: 4px;    

    float: none;

    margin-left: 15px;

    width: 320px;

    font-family: Arial,Helvetica,sans-serif;

    font-weight: bold;

    letter-spacing: -1px;

    line-height: 100%;

    outline-color: -moz-use-text-color;

    outline-style: none;

    outline-width: medium;

    padding-bottom: 0.55em;

    padding-left: 2em;

    padding-right: 2em;

    padding-top: 0.5em;

    position: relative;

   	margin-top:5px; 

}

#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 label {
		float:left;
		text-align:left;
		padding-left:18px;
		padding-bottom:2px;
	}
	#body .subBox .form .field .text {
		margin-left:15px;
		width:87%;	
	}	
	#body .subBox .form .button {
		margin-left:15px;
		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;
	}
