
div.qsys_tm_actions {
    margin-top: 20px;
    float: right;
	position:relative;
	margin-right: -20px;
	height: 20px;
}

div.qsys_tm_actions div.qinput_wrapper {
	*padding-bottom:20px;
}
 .qsys_tm_actions .qbutton_wrapper, 
 .qsys_tm_actions .qbutton_wrapper_close { 
    background-image: url(../../../../../../templates/base/images/button_bg.png);
	
}
 .qsys_tm_actions .qbutton_wrapper {
    margin-right: 4px;
}
 .qsys_tm_actions .qbutton_wrapper_close {
    right: -4px;
}
 .qsys_tm_actions input[type="qbigLoginButton"], 
 .qsys_tm_actions input.qsubmit {
    min-width: 80px;
    width: 80px;
	background-image: none;
	font-size: 12px; 
	font-weight: bold;
	margin-top:0px;

}
 .qsys_tm_actions .qbutton_wrapper, 
 .qsys_tm_actions .qbutton_wrapper input, 
 .qsys_tm_actions .qbutton_wrapper_close {
	cursor:pointer;
    height: 25px;
	background-color:transparent;
}
.qsys_tm_actions .qbigLoginButton { 
    color: #009900; 
}

.qtop {
	padding-top:23px;
	padding-right: 8px;
	*margin-right: -8px;
}

.qtable{
	margin-top: -120px;
	margin-right: -5px;
	position:relative; /*--this is need to make Safari apply the negative margin!!! --*/

}


.qbutton_wrapper
{
    position: relative;
    display: inline-block;
    text-align: center;
    background-position: left top;
}

*+html .qbutton_wrapper
{
    display: inline;
}

*html .qbutton_wrapper
{
    display: inline;
}

.qbutton_wrapper_close
{
    position: absolute;
    top: 0px;
    right: 0px;
    
    font-size: 1px;
    width: 4px;
    overflow: hidden;
    background-position: right top;
}

.qbutton_wrapper,
.qbutton_wrapper_close
{
    background-image: url(../../../../../../templates/base/images/button_bg.png);
    background-repeat: no-repeat;
}


.qbutton_wrapper:hover
{
    background-position: 0px -50px;
}

.qbutton_wrapper:hover .qbutton_wrapper_close
{
    background-position: right -50px;
}

.qqbutton_wrapper:active
{
    background-position: 0px -100px;
}

.qbutton_wrapper:active .qbutton_wrapper_close
{
    background-position: right -100px;
}

/* [END] Universal (resizable) button */