﻿.big-button
{
	height: 50px;
	line-height: 50px;
	background: #71A28A;
	color: white;
	border: none;
	padding: 0 17px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}

table#home-main
{
	width: 824px;
	margin: 0 auto;
	border: none;
	border-spacing: 40px;
	color: #656565;
}

table#home-main td
{
	vertical-align: top;
}

.login-area
{
	font-size: 14px;
}

.login-area input[type='text'], .login-area input[type='password']
{
	height: 40px;
	box-sizing: border-box;
	padding-left: 4px;
	color: #656565;
	font-size: 20px;
}

.login-area input[type="checkbox"] {
    display: none;
}

.login-area input[type="checkbox"] + label {
    display: inline-block;
    width: 26px;
    height: 26px;
	line-height: 26px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../media/images/home/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;  
}

.login-area input[type="checkbox"]:checked + label {
    background: url(../media/images/home/check_radio_sheet.png) -26px top no-repeat;
}

.login-area > div:not(:last-child)
{
	white-space: nowrap;
	margin-bottom: 22px;
}

.login-area > div:last-child
{
	white-space: nowrap;
	margin-top: -12px;
	margin-bottom: 0;
}

/*.loggedin-area > div:not(:last-child)
{
	white-space: nowrap;
	margin-bottom: 33px;
}*/

.login-area > div:first-child > input, .loggedin-area input
{
	width: 300px;
}

.login-area > div > div:nth-child(2)
{
	margin-top: 6px;
}

.login-area > div > span:first-child {
    float: left;
    text-align: left;
    width: 150px;
    padding: 17px 0;
}

#ForgotPasswordLink {
    font-size: 13px;
    font-style: italic;
}
.login-area > div > span:last-of-type {
    float: right;
    text-align: right;
    width: 150px;
}
.login-area > div > span:last-of-type > div {
    padding-top: 5px;
}

td#crane-companies
{
	text-align: center;
}

td#crane-companies > div:first-child
{
	margin-bottom: 8px;
}

td#crane-companies > div > span
{
	font-weight: bold;
}

.featured-content
{
	margin-top: 16px;
	font-size: 1.25em;
	line-height: 20px;
}

.featured-content div:first-child
{
	margin-bottom: 6px;
}

.featured-content a
{
	color: #00257A;
	font-weight: bold;
}
