.tx-icclub-pi3{
margin:15px;
}

.tx-icclub-pi3 .uploadpane{
float: left;
display: block;
width: 280px;
height: 350px;
}

.tx-icclub-pi3 .form{
float:left;
text-align: left;
width: 250px;
}

.tx-icclub-pi3 .formfield{
float:left;
text-align: left;
width: 250px;
}

.tx-icclub-pi3 label{
float: left;
width: 250px;
}

.tx-icclub-pi3 input{
width: 250px;
margin-bottom: 5px;
float: left;
}

.tx-icclub-pi3 input.checkbox{
width: auto;
}

#addfile{
display: block;
width: 120px;
height: 20px;
font-size: 0em;
line-height: 0px;
background-repeat: no-repeat;
border: none;
}

#addfile.active{
background-image: url(/typo3conf/ext/icclub/res/img/addFile_active.gif);
cursor: pointer;
}

#addfile.inactive{
background-image: url(/typo3conf/ext/icclub/res/img/addFile_inactive.gif);
cursor: default;
}

#send{
display: block;
float: right;
width: 120px;
height: 20px;
font-size: 0em;
line-height: 0px;
background-repeat: no-repeat;
border: none;
}

#send.active{
background-image: url(/typo3conf/ext/icclub/res/img/send_active.gif);
cursor: pointer; 
}

#send.inactive{
background-image: url(/typo3conf/ext/icclub/res/img/send_inactive.gif);
cursor: default;
}
