/* RPCOB in Style, thanx man... */
.form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #516A78; background: #F6F7F8; color: #516A78; }
.btn { font-weight: bold; color: #516A78; background: #F6F7F8; color: #516A78;} 

.input {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1 1 1 1;
	border-color: #000000;
}

.button {
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
	background-color: #DDDDDD;
	border-style: solid;
	border-width: 1 1 1 1;
	border-color: #000000;
}

.formbutton {
	border: 1px solid #333333;
	height: 18px;
	font: 11px tahoma,arial,helvetica;
	background-color: #eeeeee;
	background-image: url('http://geocities.com/rpcobtk/images/button_shadow.gif');
}

.input_shadow
{
	background: #fff url('http://geocities.com/rpcobtk/images/inputbg.jpg') top left;
	height: 16px;
	padding: 3px 0px 0px 5px;
	border: 1px solid #999;
	border-top-width: 0px;
	margin-top: -1px; 
    /* Fix for IE -  IE6/Win ignores the following rules */
    margin-top /**/:0px;
}

.formbutton_shadow {
	cursor: pointer;
	border: 0px solid #333333;
	height: 24px;
	margin: 0px;
	padding: 0px 9px 5px 0px;
	font: 11px tahoma,arial,helvetica;
	background: #eee url('http://geocities.com/rpcobtk/images/button.jpg') bottom right;
}
.input_shadow
{
	background: #fff url('http://geocities.com/rpcobtk/images/inputbg.jpg') top left;
	height: 16px;
	padding: 3px 0px 0px 5px;
	border: 1px solid #999;
	border-top-width: 0px;
	margin-top: -1px; 
    /* Fix for IE -  IE6/Win ignores the following rules */
    margin-top /**/:0px;
}


// -->
