@import url(../../base/css/general.css);

div.sys_main_logo {

background-color:transparent;
height:85px;
}

.mainLogo
{
	padding-top:20px;
}

.bodyDiv
{
	position:relative;
	border:0px solid red;
	background-image:url(../images/body_div_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

.bottomCopyright {
background-color:transparent;
border-top:1px solid #ccc;
border-right:0px solid #ccc;
border-bottom:0px solid #ccc;
border-left:0px solid #ccc;
margin:6px auto 0;
}

.actionsBlock .button_input_wrapper
{
   margin-right: 7px;
   background-position: left top;
   background-repeat: no-repeat;
   background-image: url(../images/button_bg.png);
   padding-top:2px;
}

.actionsBlock .button_input_wrapper button {
		color:#fff;
	}
	
