@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: transparent; 
	width:700px;
	float:left;
}
h1 {
	color: #85180f;
	margin:5px 0;
	font-size: 140%;
}
a {
	color:#2C9FDF;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
a:active {
	outline:none;
}
a:focus {
	-moz-outline-style: none;
}
a img {
	padding:5px;	
}
input[type=text], input[type=password] {
	padding:2px;
	width:100%;	
	border:1px solid #ccc;
}
td {
	padding:2px 5px;
	text-align:left;
}
label {
	font-size:95%;
	color:#444;	
}
legend {
	font-weight:bold;	
}
	.col {
		padding:20px 0 20px 20px;
		width:320px;	
		height:auto;
		color:#222;
		font-size:75%;
		line-height:13pt;
		display:block;
		float:left;	
	}
	.input_s, .input_l {
		cursor:pointer;
		text-transform:uppercase;
		display:block;
		margin:10px auto;
		width:104px;
		height:27px;
		color:#fff;
		font-weight:bold;
		background:url("../img/button.png") top no-repeat;
		background-position:0  -54px;	
		font-size:80%;
		margin-top:1em;
		width:233px;
	}
	.input_s {
		width:104px;
		background-position:0 0;	
	}
	.input_l:hover {
		background-position:0px -81px;
	}
	.input_s:hover {
		background-position:0px -27px;
	}