.input_text,
select
{
    padding:0.25em;
}

#timetable-container {
    margin-top:1em;
}

#timetable-container label {
    width:auto;    
}

#timetable-container label > strong {
    display: block;
}

#timetable-container label * {
    margin-right: 5px;
}

.tiny { font-size: 0.8em;}

.hide {
    display:none;
}

.btn {
    position: relative;
    border: 0;
    padding: 10px 0;
    overflow: hidden;
    line-height:1.1em;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

label{
    float: left;
    width: 200px;
    font-weight: normal;
}
#campus label{
    float: left;
    width: 10px;
    font-weight: normal;
}
input[type=text], input[type=email], select{
    width: 280px;    
    margin-bottom: 5px;
}
input[type=radio], input[type=checkbox] {
    margin-right:5px;
    vertical-align: top;
}
#timetable input {
    margin-bottom: 0px;
}
radio{
    width: 100px;
    margin-bottom: 5px;
}
textarea{
    width: 60%;
    height: 80px;
    resize: none;
    margin-bottom: 5px;
}
#submitbutton{
    margin-left: 15px;
}
br{
    clear: left;
}
.tickboxes label {
   /*display: block;
   */
    padding-left: 15px;
    text-indent: -15px;
    width:auto;
    float:none;
}
#checkboxes label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    width: 400px;
}
#checkboxes input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#checkboxes textarea{
    width: 30px;
    margin-bottom: 5px;
}

#checkboxez label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    width: 200px;
}
#checkboxez input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#checkboxez textarea{
    width: 30px;
    margin-bottom: 5px;
}

input #country {
    width: 100px;
    margin-bottom: 5px;
}

@media (max-width: 400px) {
    textarea{
        width: 100%;
    }
}

@media (max-width:361px) {
    #joinagroup label {
        width:250px;
    }
}
