/* GENERAL SETTINGS */
	form	{
		margin:0px;
		}
	input, select, textarea	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		line-height:18px;
		text-align:left;
		}
	#loginForm
	{
		width:95px;
		line-height:14px;
	}


/* INPUT SETTINGS */
	input[type=text], input[type=password], textarea	{
		border:1px #666666 solid;
		padding:1px 4px 1px 4px;
		}
	input[type=submit], input[type=button], input[type=reset]	{
		background:#006699;
		color:#FFFFFF;
		cursor:hand;
		cursor:pointer;
		text-align:center;
		line-height:14px;
		}