/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#main_body {
	width: 1020px;
	margin: auto;	
	background-color: #fff;
}

#form {
width:1000px;	
}

input[type=text] { border: none; border-bottom: 1px solid #000; font-size: 12px; }
/* div#form { position: relative; left: -26px; border: 0px solid #73AD21; } */
div#form { position: relative; border: 0px solid #73AD21; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

p.small {
	position:relative;
	top: -20px;
	font-size:10px;
	margin-bottom:-20px;
}

table.application {
	border-width: 0px;
	border-collapse:collapse;
	width: 100%;
}

table.application th {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.application td {
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	padding:10px 2px;
	line-height:25px;
}
table.application .no-borders td {
	border-width: 0px;
}
#underline {
	background-color: transparent; 
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	border-color: darkred	
}
.error
{
	border-color:red;
	border-style:solid;
	border-width:1px;
}
table.education {
	border-width: 0px;
	border-collapse:collapse;
	width: 100%;
	line-height:20px;
}

table.education th {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.education td {
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	padding:10px 2px;
	text-align:center;
	line-height:normal;
	width:20%;
}
table.education td.clear{
	margin:0;
	padding:0;
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
}
table.education td #fulltext{
	border: none;
	height:95%;
	width:90%;
}
table.education td.black {
	border-color: gray;
	background-color: black;
	padding:10px 2px;
	color: white;
}
/*
.ui-dialog {
  font-size: 2.0em;
  background: #eee;
  width: 30%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
}
*/

.page-curl {
	background: #FFFFFF;
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	border: 1px solid #777777;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin: 50px auto;
	padding: 15px;
	position: relative;
	width: 800px;
}

.page-curl:before, .page-curl:after {
	background: none;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	content: "";
	height: 10px;
	left: 12px;
	position: absolute;
	width: 40%;
	z-index: -1;
	-moz-transform: skew(-4deg) rotate(-4deg);
	-webkit-transform: skew(-4deg) rotate(-4deg);
	transform: skew(-4deg) rotate(-4deg);
}

.page-curl:after {
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	transform: skew(4deg) rotate(4deg);
	left: auto;
	right: 12px;
}

.page-curl.shadow-left {
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
}

.page-curl.shadow-right {
	background: -moz-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -ms-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -webkit-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
}

.shadow-bottom:before, .shadow-bottom:after {
	top: auto;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}

.shadow-left:after {
	display: none;
}

.shadow-right:before {
	display: none;
}

.shadow-top-bottom.shadow-left:after {
	display: block;
	bottom: auto;
	top: 15px;
	right: auto;
	left: 12px;
	-moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}

.shadow-top-bottom.shadow-right:before {
	display: block;
	bottom: auto;
	top: 15px;
	right: 12px;
	left: auto;
	-moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}
