/* CSS Document */



/*.special input {
		color:#000000;
		cursor:pointer;
		cursor:hand;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight:bold;
width: 190px;
}*/

.special {
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: #ff0000;
        cursor: hand;
width: 190px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.darkred {
	color: #CC0000;
}

.darkblue {
	color: #000099;
}

.nobullet {
	list-style: none;
}

.check {
  list-style-image: url('../images/check.gif');
}

.courier {
  font-size: 13px;
  font-family: Courier New, Courier, mono; 
}

iframe {
margin: 15px;
border: 5px dashed #000000;
width: 80%;
margin-left: auto;
margin-right: auto;
height: 680px;
}

.smallerframe iframe {
margin: 15px;
border: 5px dashed #000000;
width: 80%;
margin-left: auto;
margin-right: auto;
height: 475px;

}

.greybox {
width: 550px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
marign-bottom: 20px;
background: #F3F3F3;
padding: 20px;
}

html>body .greybox {
width: 510px;
}

.greybox h2{
font-size: 16px;
font-weight: bold;
}

#bow {
	position: absolute; 
	top: 0px; 
	left: -26px;
	_left: -23px;
}

*+html #bow {
	left: -24px;
}


