body {

}
code {
border: 1px solid #000000;
background-color: #E0E0E0;
color: #000000;
width: 100%;
padding: 7px 7px 7px 7px;
}
.quote {
background-color: #E0E0E0;
border: 1px solid #B2B2B2;
color: #B2B2B2;
}
.quote p {
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
padding-bottom: 7px;
}
p {
font-size: 15px;
}
	#radio{
	z-index: 99;
	position: fixed;
	top: 0px;
	right: 0px;
    height: 55px;
	width: 100%;
}

#radiobar {
	z-index: 99;
	position: fixed;
	bottom: 0px;
	right: 0px;
    height: 28px;
	width: 98%;
}

#wirchco {
	width: 319px;
	height: 52px;
	background-image:url(../images/mrwirchus.gif);
	background-repeat: no-repeat;
}

#wirchco2 {
	width: 212px;
	height: 52px;
	background-image:url(../images/wirchco2.gif);
	background-repeat: no-reapeat;
}

input.custom{
	background: url(http://mr.wirch.us/custom/images/input.png);
	width: 223px;
	height: 18px;
	border: 0;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	margin-bottom: 3px;
}
/* ALERTS */
#info, #success, #warning, #error, #random, #purple, #birthday {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
}
#facebook_twitter {
  color: #C8C8C8;
  background-color: #FFFFFF;
  background-image: url("../images/fbt.png");
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 70px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
}
#info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url("../images/knob_info.png");
}
#birthday {
  color: #FF00DD;
  background-color: #FF9AF2;
  background-image: url("../images/birthday.gif");
}
#success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url("../images/knob_success.png");
}
#warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url("../images/knob_warning.png");
}
#error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url("../images/knob_error.png");
}
#random {
  color: #797979;
  background-color: #CCCCCC;
  background-image: url("../images/knob_random.gif");
}
#purple {
  color: #874E87;
  background-color: #FFA0FE;
  background-image: url("../images/knob_random.gif");
}
#locked {
  color: #FFFFFF;
  background-color: #303030;
  background-image: url("../images/knob_locked.gif");
  border: 1px solid;
  border-color: 000000;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 1px center;
}
#unlocked {
  color: #FFFFFF;
  background-color: #303030;
  background-image: url("../images/knob_unlocked.gif");
  border: 1px solid;
  border-color: 000000;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 1px center;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background:url('../images/select.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
select {
  border: 1px solid #000;
  background-color: #3A3A3A;
  color: #fff;
}

#blockw{
	z-index: 99;
	position: fixed;
	top: 0px;
	right: 0px;
    height: 73px;
	width: 100px;
	background:url('../images/block.png');
	background-repeat: no-repeat;
	cursor:not-allowed
}

input[type=text], input[type=password], input[type=select], textarea, select {
	border: 1px #e0e0e0 solid;
	border-bottom-width: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

.boxfull
{
	float:clear;
    PADDING: 5px;
    DISPLAY: block;
    MARGIN: 5px 0px;
    OVERFLOW: auto;
}

.boxfull img
{
	padding-right: 15px;
	padding-left: 15px;
}
