.comment a, #respond a{
	color:#0c4da2;
	text-decoration:none;
}

.comment a:hover, #respond a:hover{
	color:#a3238e;
	text-decoration:none;
}
.commentlist li{
	background-image:none;
}

.reply a{
	color:#0c4da2;
}

.reply{
	margin-bottom:15px;
}

.comment #respond{
	margin-top:20px;
}

#respond{
	margin-top:20px;
	font-family: 'Oxygen', sans-serif;
}
#respond .form-allowed-tags{
	display:none;
}

#respond h3{
	font-size: 16px;
	margin-bottom:20px;
}

.disclaimer{
	color:#a3238e;
	display: block;
	margin-left: 10px;
	line-height: 20px;
	vertical-align: bottom;
	font-size: 11px;
	font-family: 'Oxygen', sans-serif;
}

#respond .form-submit{
	width: 150px;
	height: 43px;
	vertical-align: middle;
	display: inline-block;
}

#respond .form-submit input{
	color:#0c4da2;
	clear: both;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	background: rgba(255, 255, 255, 1);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 20px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-decoration: none;
	border:none;
	width:auto;
	height:auto;
}

#respond .form-submit input:hover {
	background: rgba(17, 17, 17, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #FFF !important;
}

#respond form{
	margin-top: 7px;
}

#respond input{
float: left;
height: 15px;
width: 332px;
padding: 10px;
font-size: 16px;
}
#respond textarea{
	float:left;
	padding: 10px;
	font-size: 16px;
	width: 334px;
}

#respond p{
	color:#a3238e;
	padding-bottom: 10px;
}

.comment-notes{
	display:none;
}

.comment-body{
	margin-right: 50px;
}

#respond label{
	margin-left: 26px;
	position: relative;
	top: 10px;
}