body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	color:#333;
	font-size:12px;
	background-repeat:repeat-y;	
}	
input {
	border:1px solid silver;
	font-size:14px;
	background-color:#fff;
	padding:4px;
}
input:hover {
	background-color:#f5f5f5;
}

.tblLogin {
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	width:500px;
	margin-top:200px;
	margin-bottom:100px;
}

#app_messagebox {
	border:1px dotted #999999;
	background: #FFFFE0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#versionTag {
	font-size:10px;
}
#resetApp {
	font-size:10px;
	margin-top:15px;
	color:#333;	
}
.buttonImage {
	background:transparent url(../../images/btnBg.gif) no-repeat scroll 0%;
	white-space:nowrap;
	height:1%;
	width:70px;
	height:25px;
	padding-top:10px;
	text-align:center;
	font-size:11px;
}
.buttonImage a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
.buttonImage a:hover {
	color:green;
}

