*{
  margin:0;
  padding:0;

}

body{
  background-color:#74b1d1;
  color:#fff;
  font:14px/1.3 Arial,sans-serif;

}

header{
  display:block;
  position:relative;
  background-color:#212121;
  width:100%;
  height:70px;
  box-shadow:0 -1px 2px #111111;
  z-index:100;

}

header h2{
  position:absolute;
  left:50%;
  margin-left:-400px;
  width:540px;
  font-size:22px;
  font-weight:normal;
  padding:22px 0;

}

header a.stuts,a.stuts:visited{
  position:absolute;
  left:50%;
  top:0;
  margin:23px 0 0 110px;
  color:#fcfcfc;
  border:none;
  text-decoration:none;
  font-size:14px;
  line-height:31px;

}

header .stuts span{
  margin-left:5px;
  font-size:22px;
  font-weight:bold;

}

.container{
  overflow:hidden;
  width:600px;
  margin:20px auto;

}

.contr{
  background-color:#212121;
  padding:10px 0;
  text-align:center;
  -webkit-border-radius:10px 10px 0 0;
  -moz-border-radius:10px 10px 0 0;
  -ms-border-radius:10px 10px 0 0;
  -o-border-radius:10px 10px 0 0;
  border-radius:10px 10px 0 0;

}

.contr input{
  margin-right:5px;

}

.contr label{
  margin-right:10px;

}