BODY {
	background : #F6FFFF;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00282B;
}
TD,INPUT,TEXTAREA,SELECT, #maindiv P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#maindiv P {
	margin-top: 10px;
	margin-bottom: 10px;
}
th {
	font-size: 12px;
	color: #FFFFFF;
	height: 24px;
	background-color: #269DA5;
}
h1 {
	margin-bottom: 15px;
}
input.button {
        color: #ffffff;
        font-weight: bold;
        font-family: verdana,arial;
        font-size: 10px;
        text-transform: uppercase;
        text-decoration : none;
        background-color : #269DA5;
        height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        border: 1px solid white;
        cursor: pointer;
        float: none;
}
a.linkbtn:link {
        color: #ffffff;
        font-weight: bold;
        font-family: verdana,arial;
        font-size: 10px;
        text-transform: uppercase;
        text-decoration : none;
        background-color : #269DA5;
        width: 250px;
        height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        border: 1px solid white;
}
a.linkbtn:visited {
        color: #ffffff;
        font-weight: bold;
        font-family: verdana,arial;
        font-size: 10px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #269DA5;
        width: 250px;
        height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        border: 1px solid white;
}
a.linkbtn:active {
        color: #ffffff;
        text-decoration: none;
}
a.linkbtn:hover {
        text-decoration: none;
}
a.linkjoboffer {
	color: #008C94;
	font-size: 11px;
}
a.linkjoboffer:link {
	color: #008C94;
	text-decoration: none;
}
a.linkjoboffer:visited {
	color: #008C94;
	text-decoration: none;
}
a.linkjoboffer:hover {
	color: #008C94;
	text-decoration: underline;
}
a.linkjoboffer:active {
	color: #008C94;
	text-decoration: underline;
}
a.linkfile {
	color: #008C94;
}
a.linkfile:link {
	color: #008C94;
	text-decoration: none;
}
a.linkfile:visited {
	color: #008C94;
	text-decoration: none;
}
a.linkfile:hover {
	color: #008C94;
	text-decoration: underline;
}
a.linkfile:active {
	color: #008C94;
	text-decoration: underline;
}

LABEL, .label {
        clear: left;
        float: left;
        width: 155px;
        text-align: right;
        padding-right: 4px;
        margin-top: 10px;
}
#maindiv {
	width:95%;
	padding:10px;
	/*padding-top: 20px;
	padding-left: 30px;*/
	background: #F6FFFF;
	text-align: left;
}
#popupdiv {
	/*width: 100%;*/
	margin: 0px;
	padding: 10px 15px;
	background: #F6FFFF;
	/*border-bottom: 20px solid #FFFFFF;*/
	text-align: left;
}
H4 {
	color:black;
	text-align: center;
}
FIELDSET {
	border: solid 1px #17757F;
	color: #000000;
	/* margin: 6px; */
	padding: 10px;
	/* padding-top: 0px; */
}
legend {
	font-weight: bold;
}
.errorList
{
	background-color:#FFFFE1;
	margin: 8px 2px 8px 2px;
	padding: 6px 6px 6px 28px;
	background:#FFFFE1 6px 4px url(../img/error.png) no-repeat;
	border:1px solid #999944;
	width:90%;
	clear:left;
	text-align:left;
}
.error {
	color: red;
}
a.lnk:link
{
	color: black;
	text-decoration:none;
}
a.lnk:visited {
	color: black;
	text-decoration:none;
}
#jobtitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color:#BA2931;
	text-align: left;
}
#jobheader {
	border:1px solid #17757F;
	width: 90%;
	font-size: 11px;
	padding: 5px;
	/*outline-width: 15px;*/
}
.jobheaderinfo {
	color: black;
	font-weight: bold;
	margin-left: 4px;
	width: 75px;
}
.forminfo {
	clear: left;
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 4px;
	/* line-height: 12px; */
}
.inputinfos {
/*	clear: right;*/
	/*position: relative;*/
/*	left: 170px;*/
	float: left;
	width: 150px;
/*	padding: 0px;*/
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	z-index: 0;
}
.thx_text {
	color:black;
	text-align: center;
	font-weight: bold;
}

input, textarea, select, .input, .file {
	float: left;
	text-align: left;
	margin-top: 10px;
}
#maindiv select {
	margin-top: 10px;
}

fieldset.files-list {
	margin-top: 25px;
}
fieldset.files-list UL {
	margin-top: 20px;
}
.files-list-link {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.submit-link {
	padding-top: 20px;
	text-align: center;
}
#fileupload label {
	width: auto;
}
#popupdiv #form input, #popupdiv #form label {
	float: none;
	margin-top: 3px;
}
#popupdiv #form .button {
	padding-left: 0;
	padding-right: 0;
}
form {
	margin: 0;
	padding: 0;
}