
body {
    color: #000000;
    background-color: #ED1B23;
    background-image: url(gray.jpg);
    background-repeat: repeat;

}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatCenter {
    display: block; 
    margin-left: auto;
    margin-right: auto;

}
#shell {
    margin: 0 auto; 
    max-width: 1020px;
    min-height: 585px;
    /* border:1px dashed #FF0000; 	*/
}
.button {
    background-color: #071AF4;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    border: thin solid #000000;
}
.button a{
    text-decoration:none;
    color: #FFFFFF;
}
.button:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    border: thin solid #000000;
}

.white {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
}
.style4 {
    color: #ED1B23;
    font-weight: bold;
    font-size: 14px;
}
.style4 a{
    color: #ED1B23;

}
.style5 {font-size: 9px}
.box {
    padding: 6px;
    border: 1px solid #ffffff;
}
.yellow_back {
    background-color: #FFFFCC;
}
.black {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.black a{
    color: #000000;

}
.black18 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.black18 a{
    color: #000000;

}
.box2 {
    border: 1px solid #000000;
}
.style7 {color: #000000; font-weight: bold; }
.style7 a {color: #000000;  font-weight: bold; }
.form_button {
	border: 1px solid #ED1B23;
	background-color: #ED1B23;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 2px 2px 2px 2px #777777;
	box-shadow: 2px 2px 2px 2px #777777;
}

.form_button:hover {
    background-color: #000000;
    color: #FFFFFF;
}


.style8 {font-size: 10px}
.style10 {color: #000000}
#top {
    background-color: #FFFFFF;
}
#topimage{
    float:left;
    width: 90px;
    height: 105px;
    padding: 10px;


}
#toptext{
    float: left;
    width: 300px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h2 {
    padding: 0;
    margin: 0;
    line-height: 10px;
}
#clear {
    clear:both;	
}
#stripe {
    background-color:#000000;	
    height: 10px;
    color: white;
    padding: 15px;
}
#stripe_bottom {
    background-color:#ED1B23;	
    color: white;
    font-size: 12px;
    padding: 15px;
    vertical-align:top;
}
#stripe_bottom img {
    vertical-align:top;
}
#info {
    background-color: white;
    color: black;
    padding: 15px;

}
#left {
    float: left;
    width: 45%;	

}
#right {
    float: right;
    width: 45%;	

}
.button {
    background-color: #ED1B23;
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    width: 270px;
    margin: 10px;
    line-height: 38px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.button:hover {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}
label{
    min-width: 80px;  
    display:inline-block;

}
input {
    margin-bottom: 5px;
    border: 1px solid #000000;
    padding: 5px;
    width: 150px;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #E9CB4A;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(236,225,81,0.50);
    -moz-box-shadow: 0 0 4px rgba(82,168,236,.5);
    -webkit-box-shadow: 0 0 4px rgba(236,225,81,0.50);
}

@media only screen and (max-width: 500px) {

    #topimage{
    text-align: center;
    width: 100%;


}
#toptext{
    float: left;
    width: 100%;
    text-align: center;	
}	
#left {
    float: none;
    width: 100%;	

}
#right {
    float: none;
    width: 100%;	

}

}