.OrderButton {
    
    background-image:url(../images/accounts/order.png);
    width:181px;
    height:40px;
    background-position:left top;    
    display:block;
    
}

.OrderButton:hover {
    background-position:left bottom;
}

.TabContainer {
    margin-top:20px;
}

.TabContainer table {
    margin:auto;
	
}

.TabContainer table td {

    text-align:center;
    font-size:12px;
    padding-top:10px;
    padding-bottom:7px;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    
}

.TabContainer table td img, .TabContainer table td label {

    cursor:pointer;	
    
}

.TabContainer table td {
    background-color:#ffffff;	
		
}


.ActivateButton {
    width:100px;
    height:35px;
    display:block;
    background:url(../images/buttons/activate.png) left top no-repeat;
}

.ActivateButton:hover {
    background-position:right top;
}

td.Parzysta {

}

td.RadioTD {
		padding-left:10px;
		height:100px;
		width:10px;    
    border-right-width:0px !important;
}


