.logo{
	background-image:url(../img/dologo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 160px;
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

.ordivider{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spacer{
	margin-top: 40px;
	margin-bottom: 40px;
}

.unstyled {
    color: rgb(183,190,205);
    background: #ff0000;
    border: 1px solid rgb(180,180,180);
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
}