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



a.commentOpen {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bolder;
	color:#7bd73e;
	text-decoration:none;
	}
a.commentOpen:hover {
	color:#7bd73e;
	text-decoration:underline;
	}
.commentPreload {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bolder;
	color:#444;
	display:block;
	background:url(images/commentLoading.gif) left top no-repeat;
	padding-left:20px;
	margin-top:1px;
	height:19px;
	width:auto;
	float:left;
	}
	
.commentClose {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
	display:block;
	height:15px;
	width:auto;
	float:right;
	}
a.commentClose:hover {
	color:#FFF;
	}
	
.commentBubble, .awpcomments {
	width:550px;
	padding:15px;
	padding-bottom:50px;
	padding-top:20px;
	position:relative;
	float:left;
	border:1px solid #303030;
	background:#191919;
	}
.commentBubble h3 {
	font-weight:normal;
	color:#FFF;
	font-size:15px;
	margin-bottom:10px;
	display:block;
	width:auto;
	float:left;
	}
.comment {
	color:#999;
	font-size:11px;
	clear:both;
	}
.commentNumber {
	width:24px;
	height:25px;
	font-size:12px;
	text-align:center;
	padding-top:2px;
	line-height:17px;
	float:left;
	}
.commentText {
	float:right;
	width:510px;
	padding-bottom:12px;
	margin-bottom:12px;
	line-height:16px;
	border-bottom:1px dotted #222;
	color:#BBB;
	}
.comment .poster {
	margin-top:9px;
	width:auto;
	float:left;
	}
.comment .timestamp {
	margin-top:9px;
	width:auto;
	float:right;
	text-align:right;
	color:#AAA;
	font-size:9px;
	}
.authorComment {
	color:#999;
	font-size:11px;
	clear:both;
	}
.authorComment .commentNumber {
	color:#fff568;
	}
.authorComment .poster a {
	background:none;
	padding:0px;
	font-weight:bold;
	color:#888;
	}
.authorComment .poster a:hover {
	background:none;
	}
	
	
.postComment {
	float:left;
	margin-top:10px;
	}
.postComment .row {
	float:left;
	clear:both;
	}
.postComment label {
	padding-top:5px;
	display:block;
	float:right;
	width:260px;
	font-style:italic;
	color:#aaa;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.postComment h3 {
	float:none;
	}
	
.postComment input {
	width:200px;
	padding:5px;
	height:15px;
	float:left;
	border:none;
	background:none;
	}
.postComment .commentInput1 {
	width:200px;
	padding:5px;
	height:15px;
	border:none;
	float:left;
	width:187px;
	background:url(images/inputBG1.gif) no-repeat;
	}
.postComment .commentInput2 {
	width:254px;
	background:url(images/inputBG2.gif) no-repeat;
	}
.postComment .commentTextbox {
	height:98px;
	width:524px;
	border:none;
	padding:5px;
	float:left;
	background:url(images/inputBG3.gif) no-repeat;
	}

.submitBtn {
	clear:both;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	height:27px;
	width:80px;
	background:url(images/commentSubmit.png);
	margin-top:4px;
	}