.form{
	margin: 0 0 30px;	
}

.form_buttons {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 10px 0;
	text-align: left;
	}
	
.login_buttons {
	padding: 10px 0;
	margin: 10px 0;
	text-align: right;
	}
	
.button {
	width: 90px;
	height: 25px;
	background: url(button.gif);
	border: none;
	color: #fff;
	font-size: 10px !important;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}
	
.button:hover {
  background-position: 0 -25px;
  cursor: pointer;
  text-decoration: none;
}

a.button {
	height: 25px;
	border: none;
	color: #fff;
	font-size: 10px !important;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 25px;
	text-align: center;
	}
	
.orange {
	background: url(button_orange.gif);
	}
	
.big {
	width: 140px;
	height: 35px;
	background: url(button_big.gif);
	}
	
.big:hover {
  background-position: 0 -35px;
}
	
.control input {
	background: #f9f9f9;
	}
	
.control input:focus,
.control input.focus,
.control textarea:focus,
.control textarea.focus


 {
	border: 2px solid #f57f2a;
	margin: -1px;
	position: relative;
	background: #fff;
	}
	
#login_container {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	min-height: 1px;
	margin: 20px 0;
	}
	
* html #login_container {
	height: 1px;
	}
	
#login_container:after {
	content: ".";
	height:0;
	display: block;
	clear: both;
	visibility: hidden;
	}
	
#create_account {
	width: 230px;
	float: left;
	border-right: 1px dashed #ccc;
	padding:  10px 30px 20px 0;
	font-size: 11px;
	height: 200px;
	}
	

	
#login {
	width: 240px;
	float: left;
	padding:  10px 0 10px 20px;
	margin: 0 0 0 30px;
	background: #eee;
	border: 1px solid #ccc;
	}
