﻿a{
	color:#FF8F3B; 
	text-decoration:underline !important;
} 
a:hover{
	color:#FFFFFF !important; 
	text-decoration:underline !important;
} 
.footer a{
	color:#FFE400 !important; 
	font-size:10px !important; 
	text-decoration:underline !important
}
blockquote p {
	color: #000000 !important;
}
input {
	color: black !important;
	font-size: 20px !important;
	font-family: Arial !important;
}
#ctl00_ContentPlaceHolder1_btnSubmit {
    padding: 5px !important;
    background-color: #CEE8CD !important;
    border: solid #FFFFFF 3px !important;
}
#ctl00_ContentPlaceHolder1_c1
{
	text-align: justify;
	width: 600px;
	max-width: 600px;	
}
/* ---------------- YouComment ----------------- */
.published 
{
	font-style: italic;
	color: #FFFFFF;
}
.highlight
{
	font-weight: bold !important;
	background-color: #FFFF00 !important;
}
.YouComment #ctl00_ContentPlaceHolder1_lblMessage {
	font: 1.0em arial, helvetica, serif;
	color:#B6D2E1 !important;
	padding-top:2px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.VideoComment {
	/*font-size: small;*/
	min-height: 37px;
	list-style-type: none;
}
h2 {
	color:#FE7B00 !important;
}
/* ---------------- Comments ------------------- */
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded-bw.gif) no-repeat 15px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #000;
	background-color: #fff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded-bw.gif) no-repeat 15px 0;
}