/* Fancy form styles for IE */

a:link{
	color: Blue;
}
a:visited{
	color: Blue;
}
a:hover{
	color: Navy;
}
a:active{
	color : #00BFFF;
}
body{
	overflow : hidden;
}

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input {
	text-indent : 2px;
}

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input,textarea, select {

color : #000000;

font-family : Verdana, Arial, Helvetica, sans-serif;

font-size : 11px;

font-weight : normal;

border-color : #000022;

}



/* The text input fields background colour */

input.post, textarea.post, select {

background-color : #E4e4e4;

}



input { text-indent : 2px; }



/* The buttons used for bbCode styling in message post */

input.button {

background-color : #EFEFEF;

color : #000000;

font-family : Verdana, Arial, Helvetica, sans-serif;

font-size : 11px;

}





/* The main submit button option */

input.mainoption {

background-color : #D0D0D0;

font-weight : bold;

}



/* None bold submit button */

input.liteoption {

background-color : #D0D0D0;
font-weight : normal;

}
table.login{
	border-bottom-color : White;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 1px;
}
tr{
	border : White;
	border : solid;
	border : 1px;

}