@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;padding:0 auto;margin:0 auto;border:1px solid red;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th,div{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/**{
	margin: 0; 
	padding: 0; 
	border: 0; 
}*/



body{
	background: #e3e3e3;
	min-height: 100%;
	height: 100%;
	text-align: center; /* for IE */
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 11px;
	color:#292a2a;
}
body A:link {text-decoration: none; color: #015ba7;}
body A:visited {text-decoration: none; color: #015ba7;}
body A:active {text-decoration: none; color: #015ba7;}
body A:hover {text-decoration: underline; color: #ff0000;}

html{
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}
img{
	border:0;
	vertical-align: text-bottom;
}

textarea{
	padding:5px;
    border: 1px solid #abadb3;
	width:694px;
}
.checkbox{
text-align:left;
width:13px;
}
select{
	/*border: 1px solid #abadb3;*/
	padding:2px;
	width:100px;
	margin-top:-20px;
}



h1{
	padding:17px 0 0 0;
	font-size:18px;
	color:#ff1100;
	font-weight:bold;
}

.bottom * {
     	text-align:center;
}


