@charset "UTF-8";
/* CSS Document */

* {
	margin:0; 
	padding:0;
	outline:0 none;
	line-height:0px;
	font-weight: inherit;
  	font-style: inherit;
 	font-size: 100%;
	
}

a  {text-decoration:none}
a img {border: 0px}

body {
	background-color:#b2e0f1;
	text-align: center;
	
	color:#383838;
	font-family: Helvetica, Arial, Sans-serrif;
	font-size:12px;
}
p {
	line-height:20px;
}

h5 {
	font-size:16px;
	color:#383838;
}

<!------- text ----------/>

.clsbody {
	color:#383838;
	font-family: Helvetica, Arial, Sans-serrif;
	font-size:10px;
	line-height:50px;
}
.subhead {
	font-weight:600;
	color:#be3843;
	font-size:25px;
	font-family:Helvetica Neue, Helvetica, Arial, Sans-serrif;
	letter-spacing: 2px;
}

small a {
		color:#be3843;
}
.TextAera {
	margin-top:10px;
	
	
	border-width:0px;
	border:none;
	border-style:none;
	width:100%; 
	height:85px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#e9f7fb;
	resize:none;
	line-height:20px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	font-family:Helvetica Neue, Helvetica, Arial, Sans-serrif;
	color:#be3843;
	font-size:10px;
}
.TextInput {
	margin-top:10px;
	margin-right:8px;
	
	border-width:0px;
	border:none;
	border-style:none;
	width:200px; 
	height:29px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#e9f7fb;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	font-family:Helvetica Neue, Helvetica, Arial, Sans-serrif;
	color:#be3843;
	font-size:10px;
}
 
.youFdup {
	background-color:#e9f7fb;
}



#header {
	background-color:#383838;
	width:100%;
	position:relitave;
	height:85px;
}
#headerWrap {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height:85px;
	text-align: left;
}
#logo {
	position:relative;
	left:16px;
}


#page-wrap	{width: 900px; margin:auto; position:relative; top:-24px;}


#leftBurst	{width: 214px; float:left;  margin-left: -84px; margin-top:12px;}



#pageWrap-inner {
	padding: 0,0,0,0;
	margin-left: auto;
	margin-right: auto;	width: 640px;
	text-align: left;
}
#headlineCenter {
	background-image:url(../images/headlinecenter.gif);
	width: 640px;
	height: 457px;
}

#middleContent {
	height:360px;
}
#leftColumnWrap {
	margin-left:16px;
	width:275px;
	float:left
}
#greyRule {
	background-color:#383838;
	height:15px;
	width:100%; 
}
#shortGreyRule {
	background-color:#383838;
	height:15px;
	width:272px;
}
#screenshot {
	right:26px;
	float:right;
	width:297px;
}

#downloadSect {
	margin-top:38px;	
}
#downloadWrap {
	margin-left:16px;
	margin-right:auto;
	width:272px;
	float:left;
}
#betaWrap {
	margin-left:0px;
	margin-right:19px;
	width:301px;
	float:right;
}

#commentsWrap {
	position:relative;
	margin-left:16px;
	width:584px;
}
.commentName {
	position:absolute;
	left: 119px;
	top:5px;
}

#loadingBloc {
	display:none;
	position:absolute;
	left:-22px;
	top:-10px;
	width:644px;
	height:286px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#383838;
	
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	
	z-index:100;
}
#spinner {
	margin-left:140px;
	width:320px;
	height:320px;
	background-image:url(../images/loading.gif)
}

.commentStars {
	margin-top:30px;
	margin-left:-3px;
	margin-bottom:4px;
	position:relative;
}
.date{
	color:#768d94;
}

#post {
	height:40px;
	width:103px;
	background-image:url(../images/postUp.jpg);
	margin-left:10px;
	position:absolute;
	right:-16px;
	top:8px;
}

#post:hover {
	background-image:url(../images/postOv.jpg);
}

#starSelector {
	position:absolute;
	right:98px;
	top:8px;
	width:153px;
	height:40px;
	background-image:url(../images/starSelectorBg.gif);
}
.starOff {
	margin-top:3px;
		background-image:url(../images/bigStarBad.png);
		width:27px;
		height:33px;
		display:inline-block;
}
.starOn {
	margin-top:3px;
		background-image:url(../images/bigStarGood.png);
		width:27px;
		height:33px;
		display:inline-block;
}
.starSelect {
	margin-top:3px;
		background-image:url(../images/bigStarSelect.png);
		width:27px;
		height:33px;
		display:inline-block;
}



#footer {
	top: 240px;
	background-color:#383838;
	height:85px;
	width:100%;
    position:relative;
}



