/**
 *
 * Comments
 *
 */
	div.comments {
		color: #ffffff;
	}
	div.comments div.comment {
		color: #ffffff;
	}
	div.comments div.comment-form {
		padding: 10px;
		background: #1e3b24 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x300/406648-1e3b24.png) repeat-x;
	}
	div.comments div.comment-form th {
		padding: 10px;
		vertical-align: middle;
		color: #9ccda6;
	}
	div.comments div.comment-form td {
		padding: 0px 0px 10px 0px;
	}
	div.comments input[type=text] {
		font-family: Arial, Helvetica;
		border: 0px;
		font-size: 14px;
		padding: 5px;
		color: #2a5417;
		width: 350px;
		background: #d0efc2 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/98cd81-d0efc2.png) repeat-x;
	}
	div.comments input[type=text]:focus {
		color: #3c6927;
		background: #eafce1 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/cfedc1-eafce1.png) repeat-x;
	}
	div.comments textarea {
		font-family: Arial, Helvetica;
		border: 0px;
		font-size: 14px;
		padding: 5px;
		color: #2a5417;
		height: 100px;
		width: 500px;
		background: #d0efc2 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x100/98cd81-d0efc2.png) repeat-x;
	}
	div.comments textarea:focus {
		color: #3c6927;
		background: #eafce1 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x100/cfedc1-eafce1.png) repeat-x;
	}
	div.comments div.comment-form a.add,
	div.form a.submit {
		display: block;
		width: 50px;
		padding: 0px 20px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		background: #156311 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/30942c-156311.png) repeat-x;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.35);
		-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.35);
		box-shadow: 3px 3px 3px rgba(0,0,0,.35);
	}
	div.comments div.comment-form a.add:hover,
	div.form a.submit:hover {
		background: #349430 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/55bb50-349430.png) repeat-x;
	}

/**
 *
 * Comment list
 *
 */
 	div.comments h5 {
 		font-size: 12px;
 		color: #64a475;
 		padding: 0px;
 		margin: 0px;
 	}
	div.comments div.comment {
		padding: 10px;
		border-bottom: 1px dashed #333333;
	}
	div.comments div.comment h3 {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		color: #d0efc2;
	}
	div.comments div.comment h3 b {
		color: #ffffff;
	}
	div.comments div.comment div {
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		padding: 10px;
		color: #ffffff;
	}

/**
 *
 * Form
 *
 */
 	div.loadbar {
 		width: 350px;
 		height: 30px;
 		background: url(http://www.dawnoftheninja.com/Site/resources/img/waiting.gif);
 		-moz-border-radius: 15px;
 		-webkit-border-radius: 15px;
 		border-radius: 15px;
 		font-size: 12px;
 		font-weight: bold;
 		line-height: 30px;
 		text-transform: uppercase;
 		color: #006600;
 	}
	div.form {
		padding: 10px;
		background: #1e3b24 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x300/406648-1e3b24.png) repeat-x;
	}
	div.form div.instructions {
		padding: 10px;
		color: #ffffff;
		font-style: italic;
		font-size: 12px;
		line-height: 18px;
	}
	div.form td {
		padding: 0px 0px 10px 0px;
	}
	div.form th {
		padding: 10px;
		vertical-align: middle;
		color: #9ccda6;
	}
	div.form input[type=text] {
		font-family: Arial, Helvetica;
		border: 0px;
		font-size: 14px;
		padding: 5px;
		color: #2a5417;
		width: 350px;
		background: #d0efc2 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/98cd81-d0efc2.png) repeat-x;
	}
	div.form input[type=text]:focus {
		color: #3c6927;
		background: #eafce1 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x30/cfedc1-eafce1.png) repeat-x;
	}
	div.form textarea {
		font-family: Arial, Helvetica;
		border: 0px;
		font-size: 14px;
		padding: 5px;
		color: #2a5417;
		height: 100px;
		width: 500px;
		background: #d0efc2 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x100/98cd81-d0efc2.png) repeat-x;
	}
	div.form textarea:focus {
		color: #3c6927;
		background: #eafce1 url(http://www.dawnoftheninja.com/Gradient/image/custom/30x100/cfedc1-eafce1.png) repeat-x;
	}
