body {
	font-family:"tahoma,trebuchet ms",sans-serif;
	font-size:90%;
	background-color:#696969;
 }

#box
{
	border-radius:50px;
	margin: auto;
	padding:20px 20px;
	width:680px;
	padding-top:20px;
	font-family: tahoma;
	background-color:#FFFFFF;
}

legend 
{
    background-color: red;
    color: #FFFFFF;
    padding: 3px 6px;
}
fieldset 
{
	border: red 1px solid;
	border-radius:10px;
    padding: 3px 6px;
}

valid {
   box-shadow: 0 0 2px 1px green;
}

h3{
	text-align:center;
	font-size:20px;
}
input{
	width:100%;
	height:30px;
	border-radius:2px;
	margin-bottom: 10px;
	border:2px solid #999;
	border-radius:2px;
	padding:5px;
}

input[type=submit]{
	background-color:#ca1e1e;
	border:1px solid white;
	font-family: serif;
	font-Weight:bold;
	font-size:18px;
	color:white;
}

input[type=checkbox]
{
	transform:scale(1.5);
}

textarea{
	width:100%;
	height:80px;
	margin-top:5px;
	border-radius:3px;
	padding:5px;
	resize:none;
}
span{
	color:red
}
.successMessage{
    background-color: #7acc7d;
    border: #2b5a2d 1px solid;
    padding: 5px 9px;
    color: #262b26;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}
.errorMessage{
    background-color: #e64141;
    border: #da1414 1px solid;
    padding: 5px 10px;
    color: #fdf7f7;
    border-radius: 4px;
}
.info{
    font-size: 0.9em;
    color: #d67262;
    letter-spacing: 2px;
    padding-left: 5px;
}

table {
  border-collapse: collapse;
  width:100%;
}

th,td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #e64141;
  color: white;
}

a:link, a:visited {
  background-color:#1E90FF;
  color: white;
  width:90%;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #0000FF;
}

input[type=button]
{
	background-color:#ca1e1e;
	border:1px solid white;
	font-family: serif;
	font-Weight:bold;
	font-size:18px;
	color:white;
}
