#login form {
	margin-left: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:30px;
}
input {
	background-color: #141414;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	
	margin-bottom: 10px;
}
#lineSend {
	height: 1px;
	width: 270px;
	background: -webkit-gradient(linear, left top,right top, from(#737373), to(#050505));
	background: -moz-linear-gradient(left,  #737373,  #050505);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#737373', endColorstr='#050505');
}
#btn_log {
	color: #747474;
	font-family: "pala", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000;
	width: auto;
	height: 15px;
	
	padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	cursor:pointer;
}