/**
 * Common
 */


main {
    width: 447px;
    margin: 40px auto;
}

h1 {
    font-size: 58px;
}

hr {
    width: 50%;
    border: 0;
    height: 1px;
    margin: 40px auto;
    background: #4d4d4d;
}

a {
    color: #777;
}

p {
    color: #c8c7c7;
    font-size: 20px;
    line-height: 24px;
}

/**
 * Custom
 */

p.caption {
    color: #000;
    font-size: 16px;
}



.field {
	 position: relative;
}

.field input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    height: 60px;
    font-size: 20px;
    padding-left: 0px;
    border: 0;
}

.field input:focus {
    outline: 0;
}


/**
 * Simplecomplete
 */

.autocompleter {
    width: 458px;
    background: #FFFFFF;
    position: absolute;
    top: 52px;
    left: 128px;
    z-index: 100;
}

.autocompleter,
.autocompleter-hint {
    position: absolute;
}

.autocompleter-list {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompleter-item-selected {
    background: #ffffff;
}

.autocompleter-item {
    padding: 6px 12px;
    color: #444444;
    font-size: 12px;
    cursor: pointer;
}

.autocompleter-item:hover {
    background: #dbed8a;
}

.autocompleter-item strong {
    background: #f9de8f;
    text-shadow: 0 1px 0 #ffffff;
}

.autocompleter-item span {
    color: #bbbbbb;
}

.autocompleter-hint {
    color: #ccc;
    text-align: left;
    top: -56px;
    font-weight: 400;
    left: 0;
    width: 100%;
    padding: 12px 12px 12px 13px;
    font-size: 24px;
    display: none;
}

.autocompleter-hint span {
    color: transparent;
}

.autocompleter-hint-show {
    display: block;
}

.autocompleter-closed {
    display: none;
}
.loading{  
	position:absolute;  
	width:300px;  
	top:400px;  
	left:48%;  
	margin-left:-150px;  
	text-align:center;  
	padding:7px 0 0 0;  
	font:bold 11px Arial, Helvetica, sans-serif;  
}
.loading img{  
	width:160px;
	height:160px;  
}  