* {
    margin: 0;
    padding: 0;
}

#signup {
 
    width: 600px;
    padding: 20px;
    background: #f0f0f0;
    overflow:auto;
    margin-left: auto;
    margin-right: auto;
 
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
 
}
label {
    display: block;
    float: left;
    margin-right:10px;
    text-align: right;
    width: 180px;
    line-height: 28px;
}

label, h4 {
    font-size: 14px;
    font-family: Arial, Verdana;    
    font-weight: bold;
    text-shadow: 2px 2px 2px #ccc;    
}
    
.input {
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
    height: 14px;
    float: left;
}

.select {
    height: 27px;    
    padding: 1px;
    width: 312px;
}
    
.hint {
    display:none;
}

.field:hover .hint {
    position: absolute;
    display: block;
    margin: -4px 0 0 505px;
    color: #FFFFFF;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.field {
    clear: both;    
}

.input:hover {
    border-color: #000;
}

.button {
    /*float: right;*/
    margin: 20px 0 0 280px;

    cursor:pointer;
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fc6868 0%,
		#570303);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fc6868),
		to(#570303));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(79,11,11,0.7),
		0px 1px 0px rgba(255,255,255,0.3);    
}

.button:hover {
    border-color: #570303;  
    color: #1f0000;    
}

body{ 
    margin-left:auto;
    margin-right:auto;
    /*font-family: "Open sans", sans-serif;*/
    font-size: 14px;
    color:#3f3731;
    /* background-color: #cdfce0;*/
    background-color: #820000;
    background: #ff6060;
    background-image: url("img/zenbg-6.jpg");
    background-repeat: repeat;   
}
a:link, a:visited {
    color: #3f3731;
}
#container{
    /*position:relative;*/
    height:100%;
    background-color:#a4ffc9;
    background: url('img/alpha-60.png') repeat;
    width:900px;
    margin: 5px auto;
    border: 1px solid #3B0000;   
}
#content {
    padding:15px 60px 30px 60px;    
}
#header{
    font-size: 20px;  
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.textp{
    text-align:left;
    padding-top:0px;
    padding-right:30px;
    padding-left:30px;
    padding-bottom:0px;
    font-size: 16px;
    margin: 0px;
}
.textp p{
    margin-bottom: 10px;   
}
.imgl{
  margin:2px;
  height:auto;
  width:auto;
  float:left;   
}
.imgr {
  margin:2px;
  height:auto;
  width:auto;
  float:right;       
}
h3 {
    font-size: 25px;
}
.texth {
    margin-top: 15px;   
}

#menu {
    /*padding: 2px 5px 2px 5px;*/
    padding-top: 3px;
    text-align: center;  
    border: 1px solid #3B0000; 
    background-color: #660C0C;
    margin: 0 10px 0 10px;
    position: relative;
    max-width: 880px;
    width: 880px;
    height: 27px;
}
#menu ul {
    list-style: none;    
}
#menu ul li {
    display: inline;
    /*float: left; */
    /*position: relative;*/
    width: 180px; 
}
#menu ul li a {
    margin: 0 35px 0 35px;
    /*float:left;*/
    font: normal 18px Tahoma;
    color: #fff;
    /* border: 1px solid #000; */
    text-decoration: none;
}
#menu a:hover {
    color: #FBFF00;
    border-bottom: 1px solid #FBFF00;
}
#hidden {
    display:none; 
    padding: 5px;
    border: 1px solid #000;
}
#confirm {
    padding: 10px;
    border: darkgreen;
    background-color: #fff;
    font-weight: bold;
    color: darkgreen;
}
#error {
    padding: 10px;
    border: darkred;
    background-color: #fff;
    font-weight: bold;
    color: darkred;
}
