body {
	/*background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 657px;
position:relative;*/
}

.header, .footer, .section {
	/*display: block;
	width: 100%;
	margin: 0 auto;*/
}

.header, .footer {
	text-align: center;
}

.footer {
	/*margin-top: 1em;*/
}

h2 {
	/*margin: 1em auto 0.5em;*/
}

p {
	margin: 0.5em 0 0;
	line-height: 1.5;
}

p:first-child {
	margin-top: 0;
}

form {
	overflow: hidden;
}

input, label, select {
	vertical-align: middle;
}

input[type="radio"] + label {
	margin-right: 10px;
}

input[type="number"] {
	width: 5em;
	padding: 2px 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 15px;
}

table {
	float: right;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table:first-child {
	float: left;
}

th, td {
	/*height: 50px;
	border-bottom: 2px solid #CCC;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;*/
}

.actions {
	/*padding: 0;
	overflow: hidden;
	vertical-align: middle;*/
}

.actions li {
	/*display: inline;
	list-style: none;*/
}

.box {
	/*min-height: 460px;
	margin: 0 auto;
	padding: 20px;*/
}

.box p {
	/*padding: 20px;
	background: rgba(255, 255, 255, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2FFFFFF,endcolorstr=#B2FFFFFF,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF)";
	zoom: 1;
	letter-spacing: 1px;*/
}

.box p + p {
	/*margin-top: 20px;*/
}