/* CSS Document */
div.comments_div {
	background-color: #ECF0FD;
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.comments_div img {
max-width: 150px !important;
max-height: 90px !important;
}

div.comments_div object {
max-width: 250px !important;
max-height: 190px !important;
}

div.comments_div embed {
max-width: 250px !important;
max-height: 190px !important;
}

div.comments_header {
	font-size:smaller;
	background-color: #ECF0FD;
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.mycomment {
	background: #FFFFFF;
	width: 400px;
}

table.commenter_table td {
  vertical-align: top;
}
#comment-submit {
	text-align:center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #274681;
	background-image: none;
	text-indent: 0px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	cursor: hand;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
