body {
autoflow:none;
background-image:url(starr2.jpg);
background-position: center;
text-align:center
}
input {
    border:1px solid #444;
}
input:hover {
  background-color: #aaa;
  }
.calendarSelect {
  font-size:12px;
  height:20px;
  background:transparent;
  color:white;
  border: 1px solid #333;
   background: linear-gradient( #333,green,#333);
}
.calendarInput {
 font-size:11px;
 height:15px;
 background:transparent;
 color:white;
 border: 1px solid #333;
 text-align:center;
 background: linear-gradient( #333,green,#333);
 border-radius:3px;
}
.calendarButton {
 font-size:11px;
 height:20px;
 background:#555555;
 color:white;
 border:none;
 border-radius:4px;
}
.calendarDiv {

  margin-top:12px;
  text-align:center;
  color:white;
  border:1px #333 solid;
  border-radius:8px;
  border:1px #111111 solid;background-image:url(../interface/fond3.png);background-size:cover;min-height:225px;;box-shadow:  1px 0px 6px 6px  #00333d inset;

}
.opt {
color:black;
}
}
.modifiable {
border-top:1px solid red;
border-bottom:1px solid red;
}
.radio input[type=radio]:checked  {
background:red;
}
hr {
border: solid 1px #00333d
}
#mainPlanet {
position:relative;width:99%;
height:70%;
top:1px;
margin:0px;
border:2px solid #333333;
border-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
display:none;opacity:0.0;
}
