@font-face{ 
font-family: 'EurostileLTStd'; 
src: url('/files/fonts/webfontkit-20140112-211727/eurostileltstd-webfont.eot'); 
src: url('/files/fonts/webfontkit-20140112-211727/eurostileltstd-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/webfontkit-20140112-211727/eurostileltstd-webfont.woff') format('woff'), url('/files/fonts/webfontkit-20140112-211727/eurostileltstd-webfont.ttf') format('truetype'), url('/files/fonts/webfontkit-20140112-211727/eurostileltstd-webfont.svg#webfont') format('svg'); 
}

* { margin: 0px; padding: 0px; }
.clear{clear:both;}
.shadows, #shadows {
	-webkit-box-shadow: 2px 2px 3px 2px #D1CFCF;
	box-shadow: 2px 2px 3px 2px #D1CFCF;
}
.shadows2 {
	-webkit-box-shadow: 1px 1px 3px 2px #2B2A2A;
	box-shadow: 1px 1px 3px 2px #2B2A2A;
}

body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	background-color:#f7f7f7;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	height: auto;
	min-height: 500px;
	text-align: center;
}

#header {
	width: 600px;
	margin: 0 auto;	
	text-align: center;
}

#join {
	width: 400px;
	margin: 30px auto;
	text-align: center;
}

#form {
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: thin solid #F0F0F0;
	padding: 3px;

	
}

.memberinfo {
	font-size: 14px; 
	width: 100px; 
	display:block; 
	float:left;
	margin-left: 5px
}

.hide {
	visibility: hidden}

.form_input {line-height:25px; margin: 3px 0;}
.radiooption {font-size: 14px; margin-left: 10px}
.join_error {color: #F00; font-size: 11px; clear:both}
.forminput {height:25px; width: 150px; clear:both}

.joinhead {
	line-height: 40px;
	text-transform: uppercase;	
	background-color:#CFCFCF;
	height: 40px;
}

.joinhead h1 {
	margin-left: 10px;
	font-family:EurostileLTStd, arial;
	font-size: 18px;
	font-weight: bold;
	color: #a01516;
}

.join_button {
	width: 150px;
	margin: 10px auto;
	
}

.button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #C00;
	color: #FFF;
	font-family:EurostileLTStd, arial;
	font-size: 16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#join, #header, #header img,#footer{
	width: 95%;
	
}
	
}


@media only screen and (min-device-width : 481px) and (max-device-width : 1024px){
	
#join { width: 480px }	
#header, #header img,#footer {width: 90%;}
.memberinfo {
	font-size: 20px; 
	width: 150px; 
}

.hide {
	visibility: hidden}

.form_input {line-height:35px; width: 250px clear:both}
.radiooption {font-size: 20px;}
.join_error {color: #F00; font-size: 13px; clear:both}

}