@charset "utf-8";
/* CSS Document */

#inslot ul, #inslot li {
	list-style-type:square;
	font-size: 11px;
}
.error 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR:#FF0000;
	FONT-STYLE: normal; 
	FONT-FAMILY:Verdana; 
	TEXT-DECORATION: none;
}
.cssform p{
	width: 350px;
	clear: left;
	margin: 0;
	padding: 6px 0 6px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed;
	height: 1%;
	color: #0099FF;
	border-top-color: #363C49;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-top: 5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: 1px solid;
	border-color: #0099FF;
	background-color: #9FBBD0;
}

.cssform textarea{
	width: 350px;
	height: 150px;
	border: 1px solid #0099FF;
	background-color: #9FBBD0;
}
.submitcomment, a.submitcomment:link, a.submitcomment:active, a.submitcomment:visited {
	background:url(images/submitcomment.jpg) top left no-repeat;
	float: left;
	height: 25px;
	width: 145px;
	border: 0;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 2px 0;
	font-size: 11px;
}
a.submitcomment:hover {
background:url(images/submitcomment2.jpg) top left no-repeat;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#com {
	clear: both;
	width: 653px;
	background-color: #292D38;
	height: auto;
	padding: 20px;
	color: #FF9900;
}
#com strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#com  p {
	height: auto;
	width: 622px;
	border: 1px dotted;
	border-color: #21242E;
	background-color: #21242E;
	padding: 15px;
	font-style: italic;
	margin: 5px 0 12px 0;
	color: #ADC1D6;
}
#com a:link, #com a:active, #com a:visited {
	margin: -3px 2px 0 2px;
	text-decoration: none;
}
#com a:hover {
	color: #FFFFFF;
}

#com span {
	font-size: 24px;
}

