body {

    cursor: default;
    font-family: Georgia, arial, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    line-height: normal;
    margin: 0px auto;
    width: 680px;
    height:630px;
    padding: 0px 0px 0px 0px;
    min-width: 680px;
    text-align: center;    
  }

#panel{
width:260px;
height:485px;
padding: 100px 0px 0px 0px;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 8pt;
line-height: 10pt;
color:#ed145b;
float:left;
}

#wrapper {
margin:0px auto;
text-align:left;
width: 680px;
}

#content {
background-color: transparent;
width: 680px;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 8pt;
line-height: normal;
color:#ed145b;
text-align:left;
overflow:hidden;
}

#banner {
width: 680px;
height: 73px;
}

#leftborder {
width : 20px;
height:287px;
padding: 298px 0px 0px 20px;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 8pt;
line-height: 10pt;
color:#ed145b;
float:left;
}

a:link,a:active,a:visited {
background-color: transparent;
color:#ed145B;
font-weight:bold;
text-decoration: none;
font: 10pt "Arial",sans-serif;
text-align: left;
}
a:hover {
background-color: transparent;
color: #a55886;
font-weight:bold;
text-decoration: underline;
font: 10pt "Arial",sans-serif;
text-align: left;
}

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
.clearfix {
display: inline-block; /* Fixes IE/Mac */
}
div.docBlock {
	margin-bottom: 2em;
	min-width: 600px;
	padding: 0.8em !important;
}

div.docBlock .code {
	background-color: #FFFDE8;
	border-color: #003366;
	border-style: solid;
	border-width: 0.1em;
	color: #333333;
	font-family: "arial", Courier, monospace;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em;
	padding: 1em;
}

div.docBlock table {
	background-color: #7E9FDA;
	width: 100%;
}

div.docBlock td {
	background-color: #FFFDDD;
	padding: 0.2em;
	vertical-align: top;
}

div.docBlock, fieldset, input, textarea {
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	/* padding: 0.1em; */
}

fieldset {
	padding: 1em;
}

input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
a.sticky{
background-color: #dd8baf;
font-family: arial, sans-serif;
font-weight: normal;
font-size: 7pt;
line-height: 14pt;
color:#fff;
text-decoration:none;
border:1px solid #f23eed;
padding:5px 13px 5px 13px;
}
