/**
/* General Mobile CSS Sheet
*/

root {
    display: block;
    margin : 0px;
}

div.header{
    display:block;
    height : 55px;
    background:#ebebeb url('../img/header_outside2play.jpg') no-repeat center;
}

div.content{
    display : block;
    padding : 10px;
    min-height : 150px;
}

input[value='Annuleren']{
    background:#E1e1e1 url("../img/button_gradient.png") repeat-x;
    background-position: -26px -26px;
    border : 1px solid #E1e1e1;
}

input[type=text]{
    display : block;
    width  :200px;
    height : 30px;
    font-size : 20px;
}

input[type=email]{
    display : block;
    width  :300px;
    height : 30px;
    font-size : 20px;
}

div.menu div.item a{
    background:#E3661D url("../img/button_gradient.png") repeat-x;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border : 1px solid #F4762A;
    color : white;
    font-size: 14px;
    font-weight:bold;
    padding : 3px 10px;
    display : block;
    width  :250px;
    text-align: center;
    margin:10px;
    height : 20px;
    cursor: pointer;
    min-width  :100px;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
       color : white;
    text-decoration: none;
}

INPUT.hintTextbox       { color: #999; }
INPUT.hintTextboxActive { color: #000; }

.test{
    background:#E3661D url("../img/button_gradient.png") repeat-x;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border : 1px solid #F4762A;
    color : white;
    font-size: 14px;
    font-weight:bold;
    padding : 3px 10px;
    display : block;
    width  :250px;
    text-align: center;
    margin:10px;
    height : 20px;
    cursor: pointer;
    min-width  :100px;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
       color : white;
    text-decoration: none;
}

.test input[type=radio]{

}

.test input[type=radio]:active, label:active,label:focus {

}

.styleLabels {
    background-color:rgba(0, 0, 0, 0.3);
    color:#000000;
}

.styleLabelsWrong {
    background-color:rgba(0, 0, 0, 0.3);
    color:#FF0000;
}

.bericht{
    width : 90%;
    height : 150px;
    padding : 0px;
    font-family: verdana;
    font-size : 14px;
}

.collapsible {
  background-color: #777;
  color: #404040;/*black;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size:18px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.contentCol {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

