﻿@charset "utf-8";
html,body,div,span,a,fieldset,form,label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
fieldset, form, label, input {
	display: block; padding:0; margin:0;
}
body {}
body form {
	width:256px;
	padding:20px 20px;
}
body form label {
	font-weight:normal;
}
body form label:nth-child(2),
body form label:nth-child(4),
body form label:nth-child(6) {
	padding:10px 0 0 0;
}

input[type="text"], input[type="password"]{
	font-family: helvetica;
	color: #313334;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding: 2px 5px;
	border: solid 1px #e0e1e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	resize: none;
}
input[type="text"]:hover, input[type="password"]:hover{
	background-color: #eaecf0;
	outline: 0;
}
input[type="text"]:focus, input[type="password"]:focus{
	background-color: #eaecf0;
	outline: 0;
}
input[type="text"]:disabled{
	background-color: #f3f9fe;
}


body form button {
	width:90px;
	height:28px;
	line-height:28px;
	border:none;
	cursor:pointer;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	background:#2161af;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	outline:none;
}
body form div {
	padding:12px 0 0 0;
	vertical-align:bottom;
}
body form div:first-child {
	padding:0;
}
.label_first {
	padding-top: 0px;
	padding-bottom: 4px;
}	
.label_nth {
	padding-top: 14px;
	padding-bottom: 4px;
}
