input[type=text], input[type=password], input[type=email], input[type=file], select, textarea {
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* normal buttons start */
input[type=submit], input[type=button], input[type=checkbox], input[type=radio] {
	cursor: hand;
	cursor: pointer;
}
input[type=checkbox][disabled], input[type=radio][disabled] {
  outline: 2px solid red;
  cursor: default;
}
input[type=submit][disabled], input[type=button][disabled]{
  cursor: default;
}

img {
	border: none;
}
table, img, textarea, input, div, select, span {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

a:link,a:visited {
	text-decoration: none;
	color: #14335a;
}

a.nav:link,a.nav:visited,a.nav:hover,a.nav:active,a.nav:focus  {
	color: black;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #333333;
	text-shadow: 1px 1px 2px #666666;
	font-weight: bold;
}
h2,h3,h4 {
	font-family: Arial, "Sans Serif";
	color: #333333;
	text-shadow: 1px 1px 2px #666666;
	font-weight: bold;
}
h5 {
	color: #000033;
}

.grey {
	color: #005A59;
	font-size: 0.9em
}
.err {
	margin: 0px 0px 30px 0px;
	width: 500px;
	padding: 0px 5px;
	background-color: #E46360;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
}




.submit {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.submit:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.submit:active {
	position:relative;
	top:1px;
}
