body{
  background: linear-gradient(145deg,#3ff0c4 20%,#27b1fb 50%);
  font-family:  Tahoma, Arial;
  font-size:12px;
}
#header { display: none; }

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

/* ----------- My Form ----------- */
.myform{
  margin:20px auto;
  width:90%;
  padding:14px;
  box-shadow: 0 0 10px 0 #656565;
}

/* ----------- stylized ----------- */
#stylized {
  /*margin-top: 80px;*/
  border:solid 6px #ffffff;
  background:#ffffff;
  border-radius: 10px ;
}

#stylized fieldset {
  background-color: #fff;
  margin-bottom: 12px;
}

#stylized h1 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:8px;
  font-family:  "Trebuchet MS",Tahoma,Verdana;
}

#stylized p{
  font-size:14px;
  color:#666666;
  margin-bottom:20px;
  border-bottom:solid 1px #27b1fb ;
  padding-bottom:10px;
}

#stylized label {
  display:block;
  font-weight:bold;
  text-align:left;
  width:240px;
  float:left;
  margin-left: 10px;
  clear: left;
}

#stylized label.error{
  text-align: center;
  margin: 0 0 10px 0;
  color: #ff5555;
}

#stylized .small{
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  float: right;
  width:60px;
}

#stylized input, #stylized select, #stylized div.radio {
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #27b1fb;
  margin:0px 0 14px 10px;
  clear: left;
}

#stylized input {
  width:240px;
}
#stylized select {
  width:245px;
}
#stylized div.radio {
  width:240px;
}
#stylized div.radio span {
  float: left;
  margin-right: 12px;
}

#stylized div.radio input {
 width:20px;
 padding:0;
 margin:0;
 border:0;
 display: inline-block;
 clear: none;
}

#stylized .required {
  border:solid 2px #27b1fb;
}

#stylized .required.error {
  border:solid 2px #e4aaaa;
}

#stylized button {
  clear:both;
  width:125px;
  line-height:26px;
  background: #27b1fb;
  border-radius: 16px;
  cursor: pointer;
  /*background:#666666 url(img/button.png) no-repeat;*/
  color:#fff;
  font-size:14px;
}

#stylized button:hover {
  color:#444;
}

#stylized legend {
  /*background: url('http://www.sitemagister.com/college/wp-content/themes/magCollege/images/sidebar-tab.png') repeat-x  #98B11F;*/
  /*background: -moz-linear-gradient(center top , #98B11F, #7B8C18) repeat scroll 0 0 #98B11F;*/
  background-color: #27b1fb;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "Trebuchet MS",Tahoma,Verdana;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

#stylized td.submit {
  text-align: center;
}

#colonne1, #colonne2 {
  padding-left: 10px;
}

#stylized .extra {
  display: none;
}

#dept, #etab { margin: 0 !important; padding: 0 !important; border: 0 !important; }