﻿input.btn{
color:#000000; /*color for font*/
font-family:'arial'; /*font on button*/
font-size:14; /*font size*/
background-color:#fedfed; /*background colour on button*/
border:1px solid #ff00ff; /*button border border-width; line type; border-color*/
padding:1px 1px 1px 1px;/*padding around value*/
/*this works in ie5.5 n up*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#fedfed');
/*this adds that nice button sheeeeennnn only change "start color" "end color"*/
}

input.btnhov
/*this is when u hover over the button*/
/*you can copy any of the above and change its color, i did border*/
{ 
	border:1px solid #0000ff; /*button border*/
}


div.row {
  clear: both;
  padding-top: 3px;
  }

div.row span.label {
  float: left;
  width: 72px;
  text-align: left;
  vertical-align:middle;
  }

div.row span.formw {
  float: right;
  width: 520px;
  text-align: left;
  } 

.errorTable{
	padding:3px; 
	width:100%;
	background-color:#FFC6C6;
	border:1px solid #FF0000;
}
	
	
	.adminLink{
text-decoration:none;
color:#000;
}


.adminLink:hover{
text-decoration:underline;
color:#000;
}
	
fieldset
{
border:1px solid #e0e0e0;
background: #fbfbfb;
/*background: #fbfbfb;*/
position: relative;
padding:5px; 
width:95%;
	}
	
	legend
	{
	top: -0.8em; 
	left: 0.5em; 
	position: absolute;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
		}
