/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */


/*------------------------------------------------------- FORM */


/* Required for cross-browser, the :hover(IE) is not supported! */

input,select,textarea,checkbox,radio 
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-width: 0px;
	margin-height: 0px;
	padding:3px 5px;
	scrollbar-face-color:#1b1b1b;
	scrollbar-arrow-color:#555;
	scrollbar-base-color:#fff;
	scrollbar-track-color:#ddd;
	scrollbar-3dlight-color:#555;
	scrollbar-darkshadow-color:#999;
	scrollbar-shadow-color:#1b1b1b;
	scrollbar-highlight-color:#ccc;
	color: #ccc;
	font-size: 12px;
	background-color: #414141;
	border: 1px solid #272727;
	}
	
input:focus
	{
	background:#1b1b1b;
	border-bottom: 1px solid #333 ;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	}
	
/* Windows IExplorer only */
/* Placed within conditional comments on theme.html*/
/* http://www.quirksmode.org/css/condcom.html */

input
	{
	border-width: expression(this.type=="submit" ?'1px':'');
	border-style: expression(this.type=="submit" ?'outset':''); <br>
	border-color: expression(this.type=="submit" ?'#555 #666 #666 #555':'');
	font-family: expression(this.type=="submit" ?'Trebuchet ms, verdana arial':'');
	font-size: expression(this.type=="submit" ?'11px':'');
	font-weight: expression(this.type=="submit" ?'normal':'');
	color: expression(this.type=="submit" ?'#ddd':'');
	background-color: expression(this.type=="submit" ?'#414141':'');
	cursor: expression(this.type=="submit" ?'hand':'');
	}

input 
	{
	visibility: expression(this.type=="hidden" ?'hidden':'');
	height: expression(this.type=="hidden" ?'1px':'');
	}


/* NN, FF, MOZ/WIN only*/

input[type="button"], input[type="reset"] , input[type="submit"] 
	{ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-width: 0px;
	margin-height: 0px;
	font-family: verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	background:#414141 url(images/bg-nav.jpg) top left repeat-x;
	color:#ddd;
	border-top: 1px outset #555;
	border-right: 1px outset #666;
	border-bottom: 1px outset #666;
	border-left: 1px outset #555;
	cursor: pointer;
	cursor: hand;
	}

/* NN, FF, MOZ/WIN only*/

input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover 
	{
	background:#414141;
	font-family: verdana, Arial;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px inset #555;
	border-right: 1px inset #666;
	border-bottom: 1px inset #666;
	border-left: 1px inset #555;
	cursor: pointer;
	cursor: hand;
	}

input[type="hidden"]
	{
	visibility:hidden;
	font-size:1px;
	height:1px;line-height: 1px;
	float:none;
	}