body {
	font-family: Helvetica, Arial;
	font-size: 13px;
	text-align: justify;
	margin: 0;
	background-color: #acabad;
	color: #333333;
	line-height: 1.5;
}

p {
	padding: 0;
	margin: 0;
}

#page {
	width: 904px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.middle {
	width: 590px;
	margin-left: 65px;
	padding-left: 125px;
	position: relative;
}

#toptab {
	text-align: center;
	height: 70px;
	width: 120px;
	position: absolute;
	right: 0;
	top: -30px;
	background-color: #525252;
    opacity: 0.43;
}

#toptab a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 120px;
	display: block;
    padding-top: 45px;
}

#logo {
	padding-top: 23px;
	margin-bottom: 26px;
}

#logo img {
    border: none;
}

#introduction {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
}

#content {
	margin-bottom: 0;
	bottom: 0;
	padding-bottom: 0;
}

.text {
	margin-bottom: 13px;
	position: relative;
}

.text .thumbnail {
	display: block;
	left: -190px;
	position: absolute;
	float: left;
	width: 159px;
}

.text .thumbnail .thumbnailimg {
	position: absolute;
	right: 0;
	border: 0;
}

.text .thumbnail .thumbnailimg-hover {
    position: absolute;
    opacity: 0.0;
    right: 0;
    border: 0;
}

.text .hasthumbnail {
	min-height: 94px;
	height: auto !important;
	height: 94;
}

.text .description {
	position: relative;
}

.title {
	font-size: 19px;
	margin-bottom: 4px;
	font-weight: normal;
}

.title a {
	text-decoration: none;
}

.maintitle {
	color: #f03521;
}

.main p {
    display: inline;
}

.text .subtext {
	font-size: 15px;
	background-color: #f03521;
	color: white;
	margin-top: 4px;
	margin-left: -10px;
	padding: 4px 125px 4px 9px;
	width: 590px;
}

.button-left {
    background-image: url('/media/img/button-left.png');
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    left: 0;
    height: 20px;
    width: 3px;
}

a:hover .button-left {
    background-image: url('/media/img/button-left-hover.png');
}

.button-right {
    background-image: url('/media/img/button-right.png');
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    height: 20px;
    width: 3px;
}

a:hover .button-right {
    background-image: url('/media/img/button-right-hover.png');
    
}

.appstore-link {
	margin-top: 12px;
	height: 20px;
	width: 155px;
	margin-right: 9px;
	background-color: #898a8b;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}

.appstore-link:hover {
	background-color: #f93e12;
}

.website-link {
    margin-top: 12px;
    height: 20px;
    width: 206px;
    background-color: #898a8b;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}

.website-link:hover {
    background-color: #f93e12;
}

#background-img {
	background-image: url('/media/img/background-bottom.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 200px;
}

#footer {
	background-color: #555;
	width: 100%;
	margin:0;
	padding-top: 30px;
	padding-bottom: 80px;
	color: white;
	margin-top: 0;
	font-size: 12px;
}

#footer a {
	color: white;
}

#footer-title {
	font-size: 15px;
	font-weight: bold;
}

#link-container {
	position: absolute;
	width: 150px;
	left: -150px;
}

#links {
	position: absolute;
	font-weight: bold;
	float: right;
	margin-right: 31px;
	right: 0;
}

#links a {
	text-decoration: none;
}

#footer-content {
	position: relative;
	margin-top: 10px;
}

.larger {
    font-size: 15px;
}

.sender_name_wrapper input, .sender_email_wrapper input, .subject_wrapper input {
    width: 273px;
    padding: 5px;
    border: none;
    font-family: Helvetica, Arial;
    border: 1px solid #333333;
    background-image: url('/media/img/input-background.png');
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.message_wrapper h1 {
    display: inline;
}

#id_message {
    font-family: Helvetica, Arial;
    font-size: 13px;
    width: 366px;
    height: 121px;
    padding: 5px;
    border: none;
    border: 1px solid #333333;
    background-image: url('/media/img/textarea-background.png');
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.submit-wrapper {
    margin-top: 28px;
}

.inputerror {
    color: #f93e12;
}

.inputerror input, .inputerror #id_message {
    background-image: url('/media/img/input-background-error.png');
    background-repeat: no-repeat;
    background-color: #ffd5cb;
}

.inputerror #id_message {
    background-image: url('/media/img/textarea-background-error.png');
    background-repeat: no-repeat;
    background-color: #ffd5cb;
}

.thanks-box {
    margin-bottom: 200px;
}