* {
font-family: Cambira, helvetica, sans-serif; font-size: 1em;
}

body {
/*
padding-left: 25px;
*/
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	background: rgb(28, 47, 64);
	color: rgb(242, 233, 216)
}

legend, a:visited {
font-weight: bold;
color: rgb(28, 47, 64);
}
* fieldset {
	font-size: .8em;
	border: solid 1px #33CCFF; /* blue */
	
	background: white;
	
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
	
	
	/*
	background: rgb(128, 148, 166);
	*/
/*
border: solid 1px #EEA34A; /* orange /*
border: solid 2px #248FB2; /* dark blue */

*/
}

label {
	width: 8em;
	text-align: center;
	

}

/*

form {
width: 20em;
align: center;
}

*/

label.loginlabel {
color: black;

}

form {
	padding:10px;
	font-size:1.3em;
	border:solid 10px #248FB2;
	width:300px;
	margin: 30px auto; 
	text-align: center;
	
	
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	
	
	background: white;
	/*
	background: rgb(76, 97, 115);
	*/
}

h1 {
	margin: 0 auto;
	width: 300px;
}


.orange:focus { 
	border:solid 2px #EEA34A;
}

.orange {
	text-align: center;
	border: solid 2px #33CCFF;
}

.button {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  line-height: 1;
  padding: 2px 5px 2px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: auto;
  margin: 5px;
}
.button:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}
.button:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}


/* Product Page css */

div.titlebar {
position: absolute;
width: 100%;
height: 50px;
top: 0px;
left: 0px;
background: none repeat scroll 0% 0% rgb(19, 32, 43);
border-bottom: 3px solid rgb(76, 97, 115);
}

h1.product {
font-size: 24px;
font-weight: normal;
margin: 10px auto;
color: rgb(242, 233, 216);
/* color: rgb(242, 233, 216); */
}

div.productlist {
background: rbg(76, 97, 115);

}

div.table {
/*
 margin-top: 80px;
*/


width: 800px;
height: auto;
border: 3px solid rgb(76, 97, 115);


margin-left: auto;
margin-right: auto;


-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}

p {
margin: 15px;

}

div.content {

margin-top: 50px;

}

/*  List stuff  */

ul {
list-style-type: none;
width: 100%;
overflow: hidden;
}

li {
float:left;
margin: 10px 0 0 0;
padding: 0 10px 0 0;
width:30%;
}