.button {
    display: block;
    float: left;
    
    height: 18px;
    line-height: 18px;
    
    padding-left: 12px;
    
    background-image: url("../../gfx/bg.button.png");
    background-position: 0px 0px;
    
    cursor: pointer;
}
.button button  {
    background-image: url("../../gfx/bg.button.png");
    background-position: right 0px;
    background-color: #ffffff;
    
    padding: 0 .25em 0 .25em;
    
    padding-right: 12px;
    
    width: auto;
    overflow: visible;
    
    height: 18px;
    
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    
    cursor: pointer;
}
#siteHeader #siteHeaderMenu .button button  {
    background-color: #474445;
}

input.textbox   {
    border: 1px solid #d7d7d7;
    
    width: 200px;
}
textarea.textbox    {
    border: 1px solid #d7d7d7;
    
    height: 100px;
    
    font-size: 100%;
}
.textboxContainer   {
    float: left;
    
    width: auto !important;
    width: 10px;
    
    height: 20px;
    
    /*margin-left: 5px;
    margin-right: 10px;*/
    
    /*background-image: url("../../gfx/bg.textbox.gif");
    background-repeat: no-repeat;
    background-position: left 0px ;*/
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.textboxWrap   {
    height: 20px;
    
    margin-left: 5px;
    padding-right: 5px;
    padding-top: 2px;

    /*background-image: url("../../gfx/bg.textbox.gif");
    background-repeat: no-repeat;
    background-position: right 0px;*/
    /*border-top: 1px solid #d7d7d7;*/
    border-right: 1px solid #d7d7d7;
    /*border-bottom: 1px solid #d7d7d7;*/
}
.textboxContainer .textbox   {
    display: block;
    
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    
    border: 0px;
}
textarea    {
    border: 1px solid #d7d7d7;
    
    padding: 5px;
    
    font-size: 1.0em;
    
    width: 100%;
    height: 200px;
}


.dropdownlist   {
    background-image: url("../../gfx/bg.dropdownlist.png");
    background-repeat: no-repeat;
    
    height: auto !important;
    height: 47px;
    min-height: 47px;
    width: 251px;
    
    cursor: pointer;
}
.dropdownlist .label   {
    display: block;
    float: left;
    
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    
    padding-left: 30px;
}
.dropdownlist .dropbutton   {
    display: block;
    float: right;
    
    width: 30px;
    height: 47px;
}
.dropdownlist .list    {
    display: block;
    clear: both;
    
    list-style: none;
    
    width: 190px;
    max-height: 140px;
    height: auto !important;
    height: 140px;
    overflow: auto;
    
    margin-left: 20px;
    top:0px;
    margin-top: 24px;
    
    background-color: #ffffff;
    
    z-index: 9999;
    position: absolute;
}
.dropdownlist .list li input    {
    display: none;
}
.dropdownlist .list li  {
    height: 20px;
    line-height: 20px;
    
    padding: 0px 10px 0px 10px;
    
    cursor: pointer;
}
.dropdownlist .list li:hover  {
    background-color: #416fab;
    color: #ffffff;
}

table.form  {
    width: 100%;
}
table.form th  {
    width: 25%;
}
table.form td  {
    width: 75%;
}


.clubfansite    {
    width: 80%;
}

#countryInput,
#sportInput,
#clubInput {
    width: 200px;
}
