body 
{
	margin:0;
	padding:0;
	font-size : 15px;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #EDEEF0 url(../images_admin/login_pattern.jpg) repeat-x;	
}

.login_password_textbox
{
	font-size:17px; 
	width: 96%;
	padding:5px; 
	margin-top:3px;
	border: 1px solid #57687F; 
	background:transparent url(../images_admin/login_input_background.jpg) 0 0 repeat-x;
}



/* start button ------------------------ */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

/* Safari and Google Chrome only - fix margins 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	button span {
		margin-top: -1px;
	}
}*/


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 8px 0 0; 
	padding: 0 10px 0 0\9; 

	margin:0px; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center; 
	background: transparent url(../images_admin/general_button.png) no-repeat right -70px; 
}
	
button.submitBtn span {
	padding: 5px 0 0 8px; 
	height:28px; 
	background: transparent url(../images_admin/general_button.png) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -105px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -35px;
}
/* -------------------------- end button */