﻿body {
}

/*
.linkskin:active
{
    background-position: left center;
    background-color: #00FF00;
    background-image: url('Images/button-create.gif');
    background-repeat: no-repeat;
}

.linkskin:link
{
    background-position: left center;
    background-color: #00FF00;
    background-image: url('Images/button-create.gif');
    background-repeat: no-repeat;
}

.linkskin:hover
{
    background-position: left center;
    background-color: #00FF00;
    background-image: url('Images/button-create.gif');
    background-repeat: no-repeat;
}


.linkskin:visited
{
    background-position: left center;
    background-color: #00FF00;
    background-image: url('Images/button-create.gif');
    background-repeat: no-repeat;
}

*/

/*.labelskin
{
    float: left;
}*/