
body{
	text-align: center;
	margin: auto;
	width: 90%
}

#header{
	background-color: grey;
	color: white;
}

#c_data{
	background-color: rgb(227, 227, 227);
}

.container{
	background-image: url('/img/net.png');
	background-position: center;
	background-size: cover;
}

#c_data div{
    margin-top: 0px;
    margin_bottom: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 5px;
}

#cr{
	background-color: grey;
	color: white;
    	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-radius: 3px;
}

#header, #c_data{
	border-radius: 5px;
	box-shadow: 5px 10px 8px rgb(177,177,177);
}

p{
	margin-bottom: 5px;
}

  nav ul {
    margin-right: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    background: #eee;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
  }


/*dropdown- login*/
  nav li {
    float: left;
  }

 nav{
	border-right: 10px;
	margin-right: 10px;
	padding-right: 5px;
}
  nav #login {
    border-right: 0px solid #ddd;
    /*box-shadow: 1px 0 0 #fff;*/
    box-shadow: 5px 10px 8px rgb(177,177,177);
  }

  nav #login-trigger,
  nav #signup a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 #fff;
  }

  nav #signup a {
    border-radius: 0 3px 3px 0;
  }

  nav #login-trigger {
    border-radius: 3px 0 0 3px;
  }

  nav #login-trigger:hover,
  nav #login .active,
  nav #signup a:hover {
    background: #fff;
  }

  nav #login-content {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: linear-gradient(top, #fff, #eee);
    padding: 15px;
    /*box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);*/
     box-shadow: 5px 10px 8px rgb(177,177,177);
    border-radius: 3px 0 3px 3px;
  }

  nav li #login-content {
    right: 0;
    width: 250px;
    box-shadow: 5px 10px 8px rgb(177,177,177);
  }

  #inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 10px 5px 0;
    width: 230px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ccc inset;
  }

  #inputs input:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    box-shadow: 0 0 0 1px #e8c291 inset;
  }

  #login #actions {
    margin: 10px 0 0 0;
  }

  #login #submit {
    background-color: #d14545;
    background-image: linear-gradient(top, #e97171, #d14545);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3),
                0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #7e1515;
    float: left;
    height: 30px;
    padding: 0;
    width: 100px;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fff;
  }

  #login #submit:hover,
  #login #submit:focus {
    background-color: #e97171;
    background-image: linear-gradient(top, #d14545, #e97171);
  }

  #login #submit:active {
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  }

  #login label {
    float: right;
    line-height: 30px;
  }

  #login label input {
    position: relative;
    top: 2px;
    right: 2px;
  }



