@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 556px;
}

#contentwrap {
    width: 556;
    float: left;
    margin: 0 auto;
}

#content {
    background: #1e71b8;
    border-radius: 10px;
    border: 1px solid #0a5da4;
    margin: 5px;
}

#content p, #content a:link, #content a:active, #content a:visited
{
	font-weight:     normal;
	color:           #FFFFFF;	

}

#content a:hover
{
	color:           #FFFFFF;
	font-weight:     bold;
}

#watermark
{
 position:fixed;
 bottom:12px;
 right:12px;
 z-index:99;
 color:red;
 font-weight:     bold;
}

#watermarktop
{
 position:fixed;
 top:5px;
 left:5px;
 opacity:0.5;
 z-index:99;
 color:red;
 font-weight:     bold;
}

#watermarktoprt
{
 position:fixed;
 top:5px;
 right:5px;
 opacity:0.5;
 z-index:99;
 color:red;
 font-weight:     bold;
}

#watermarkbtmleft
{
 position:fixed;
 bottom:5px;
 left:5px;
 opacity:0.5;
 z-index:99;
 color:red;
 font-weight:     bold;
}

input:focus, textarea:focus {
  background   : #d3d3d3;
  /*border-radius: 5px;*/
  outline      : none;
}

input {
    height: 2em; /* for IE */
  /*border-radius: 5px;*/
    outline      : none;
    width: 456px;
	font-size:       1.8em;   
    vertical-align: middle; /* This is optional but it makes legacy IEs look better */
}
input[type=checkbox] {height: 1em; font-size: 1.0em; width:30px;}
input.red, input.red, input:hover.red { border:1px dashed #C00; background:#f6e5e5}

.validation { color:#C00; font-size:95%; font-weight:bold;  } 


button {
 

  padding      : 0px;
    width: 456px;
  font         : bold 1.5em sans-serif;
  color: 	#fff;
  background   : #115e9f;

  cursor       : pointer;

}

.hiddentextbox {
    display: none;
}
