body {
	background-color:#484848;
	font-family: "Helvetica", Arial, Sans-Serif;
}

a#feedback_tab {
	color:transparent;
	position:fixed;
	left:0px;
	top:30%;
	height:130px;
	width:30px;
	background-image:url("../images/feedback_tab.png");
}

#page {
	width:1000px;
	margin:auto;
	margin-top:30px;
}

#top {
	background-image:url("../images/top.png");
	height:69px;
	margin:0px;
}

#middle {
	background-image:url("../images/middle.png");
	background-repeat: repeat-y;
	margin:0px;
	padding:0px 90px; /* was 70 */
}

#bottom {
	background-image:url("../images/bottom.png");
	height:69px;
	margin:0px;
}

#logo {
	display:block;
	height:116px;
	width:316px;
	background-image:url("../images/logo.png");
	margin:auto;
	margin-bottom:40px;
}

#footer {
	margin-top:30px;
	text-align:center;
	font-size:12px;
}

hr {
	margin:auto;
	margin-bottom:25px;
	padding:0px;
	
	width:400px;
	
	border:none;
	border-bottom:1px solid #ADADAD;
}

p {
	font-size:12px;
	font-size:13px;
	line-height:16px;
	color:rgb(51,51,51);
}

h1 {
	font-size:25px;
	text-shadow: 1px 1px 1px rgb(255,255,255);
	color:#22;
		
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:rgb(72,72,72);
	text-shadow: 1px 1px 1px rgb(255,255,255);

}

a {
	color:rgb(90, 118, 153);
	font-weight:bold;
}

.columns {
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.columns > h2 {
	text-align:left;
	margin-left:18px;
}

.columns.alt {
	text-align:center;
	background-color:#C6C6C6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.col {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	width:30%;
	display:inline-block;
	vertical-align: top;
}

.col2 {
	text-align:left;
	margin-left:10px;
	margin-right:30px;
	width:60%;
	display:inline-block;
}

.screenshots img {
	margin:0px 8px 15px 0px;
	border:1px solid gray;
}

.screenshots img:hover {
	margin:0px 10px 15px 0px;
	border:1px solid white;
	margin-right:8px;
}

form.beta input {
	margin-bottom:5px;
	display:block;
}

form.beta .textfield {
	border:1px solid gray;
	padding:5px;
	font-size:12px;
	font-family:"Hevetica", Arial, Sans-Serif;
	background-color:#FCFCFC;
	width:90%;
}

form.beta .submit {
	margin-top:10px;
	background-image:url("../images/beta.png");
	height:36px;
	width:125px;
	border:0px;
	background-color:transparent;
	cursor:pointer;
}

form.beta .requires {
	font-style: italic;
	position:relative;
	top:15px;
	float:right;
	font-size:12px;
	color:rgb(51,51,51);
	width:48%;
}


#email {
	margin:0px;
	display:inline-block;
	width:70px;
	height:31px;
	background-image:url("../images/email.png");
	background-position: center center;
}

#feedback {
	padding:0px;
	margin:0px;
	display:inline-block;
	width:80px;
	height:31px;
	background-image:url("../images/feedback.png");
	background-position: center center;
}

#twitter {
	padding:0px;
	margin:0px;
	display:inline-block;
	width:80px;
	height:31px;
	background-image:url("../images/twitter.png");
	background-position: center center;
}

.feature {
	clear:both;
}

.feature .icon {
	float:left;
	width:32px;
	margin-right:2px;
}

.feature .description {
	margin-left:37px;
	
}

.feature b {
	font-size:12px;
	margin-bottom:0px;
}

.feature p {
	margin-top:0px;
}

.feedback-form {
	width:600px;
	margin:auto;
}

.feedback-form label {
	font-weight:bold;
	font-size:16px;
	text-shadow: 2px 2px 1px rgb(255,255,255);
	
}

.feedback-box {
	width:604px;
	height:150px;
	font-size:16px;
	padding:5px;
	font-family:"Helvetica", Arial, Sans-Serif;
}

.feedback-text{
	width:100%;
	font-size:16px;
	padding:5px;
	font-family:"Helvetica", Arial, Sans-Serif;
}


ul.errors {
	text-align:center;
	list-style: none;
	
	font-size:13px;
	font-weight:bold;
	
	width:300px;

	line-height:15px;
	margin:auto;
	
}

ul.errors li {
	color:#992118;
	margin-bottom:3px;
}

.agreement {
	border:1px solid rgb(173, 173, 173);
	width:100%;
}


