body, td, p {
  background-color: #000000;
  font: 11px verdana;
  color: #FFFFFF; 
}

.lefttop { 
 width: 50%;
 background-image: url('../images/glow_top_left.jpg');
 background-repeat: no-repeat;
 background-position: right top;
}

.righttop {
 width: 50%;
 background-image: url('../images/glow_top_right.jpg');
 background-repeat: no-repeat;
 background-position: left top;
}

.left{
 background-image: url('../images/glow_left.jpg');
 background-repeat: repeat-y;
 background-position: top right;
}

.right {
 background-image: url('../images/glow_right.jpg');
 background-repeat: repeat-y;
 background-position: top left;
}

.leftbot { 
 background-image: url('../images/glow_bottom_left.jpg');
 background-repeat: no-repeat;
 background-position: right top;
}

.rightbot {
 background-image: url('../images/glow_bottom_right.jpg');
 background-repeat: no-repeat;
 background-position: left top;
}

.bottombar {
 background-image: url('../images/careers_bottombar.jpg');
 height: 28px;
 background-repeat: no-repeat;
 font: 10px tahoma;
 padding-left: 15px;
}

.leftcol {
 width: 214px;
}

.maincol {
  width: 653px;  
  padding: 0px 20px 20px 64px;
  background-image: url('../images/divider_line.gif');
  background-repeat: no-repeat;
  background-position: top left;
  height:  200px;
}

.title {
  margin-top: 15px;
}

.footer {
 font: 10px tahoma;
 color: #CCCCCC;
 padding-right: 15px;
 line-height: 20px;
}

a:link { color: #FF0000; text-decoration: none;}
a:active { color: #FF0000; text-decoration: none;}
a:visited { color: #FF0000; text-decoration: none;}
a:hover { color: #FF0000; text-decoration: underline;}

a:link.foot { color: #4F504F; text-decoration: none;}
a:active.foot { color: #4F504F; text-decoration: none;}
a:visited.foot { color: #4F504F; text-decoration: none;}
a:hover.foot { color: #4F504F; text-decoration: underline;}

a:link.contact { color: #FFFFFF; text-decoration: none;}
a:active.contact { color: #FFFFFF; text-decoration: none;}
a:visited.contact { color: #FFFFFF; text-decoration: none;}
a:hover.contact { color: #FFFFFF; text-decoration: underline;}

/*### Other Elements ###*/
.j			{text-align:justify;}
.r			{color:red;}
.sr_spc		{height:20px;}
.sr_ftr		{font-size:7pt;color:#333333;letter-spacing:1.5px;}
.sr_sp		{padding-left:8px;}

th {
	/*background-color:#ebebeb;*/
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	color: #666666;
	text-transform:uppercase;
	}

.nr			{color:white;}

.smll
{
    width:50px;
}

.med 
{
    width:130px;
}

.large 
{
    width:185px;
}

.xlarge 
{
    width:450px;
}

small 
{
    font-size:7pt;
}

label 
{
    text-align:center;
    border-bottom: 1px #888888 solid;
    border-top: 1px #888888 solid;
    border-right: 1px #888888 solid;
    border-left: 1px #888888 solid;
    width:25px;
    display:block;
    
}

input, select {
	background-color:#fff;
	/*border:1px;*/
	border:1px #97a0a4 solid;
	font-family: verdana, arial, helvetica; 
    font-size: 11px; 
	/*width: 200px;*/
	border-color:grey;
	/*width:275px;*/

}

textarea { 
    background-color:#fff;
	border:1px #97a0a4 solid;
	font-family: verdana, arial, helvetica; 
    font-size: 11px; 
	border-color:grey;
}

.sp_textarea { 
    background-color:#fff;
	border:1px #97a0a4 solid;
	font-family: verdana, arial, helvetica; 
    font-size: 11px; 
	border-color:grey;
	text-align:justified;
}

.nostyle 
{
background-color: #ffffff;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style:hidden;
border-right-style: hidden;
border-bottom-style: hidden;
border-left-style: hidden;
}

.r			{color:red;}

.notsytled 
{
    width:auto;
}

.sp_notsytled 
{
background-color: #ffffff;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style:hidden;
border-right-style: hidden;
border-bottom-style: hidden;
border-left-style: hidden;
width:auto;
}
/*input.file
{
font-family: "Microsoft Sans Serif", sans-serif;

   background-image:url(/image/browse_button.gif);
}*/

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#el06 {border-color:white;}  