#log
{
	width: 590px;
	margin-top: 10px;
}
 
#log_res.ajax-loading {
	padding: 9.5px 110px;
	background: url(images/statusload2.gif) no-repeat center;
	margin: 0;
}

a.pdfimage img, a.pdfimage img:hover {
border: none;
float: left;
margin: 0 0 0 10px;
}

.pdfstep {
float: left;
background: transparent;
}

#app {
background: url("images/tt/immersionapp_bg.png") repeat #000;
color: #fff;
padding: 25px;
border: 2px solid #111;
}

#app h4 {
font-size: 17px;
}

#app h3 {
text-align: center;
margin: 45px 0 15px 0;
padding: 0;
font: 10px Arial;
font-weight: 100;
letter-spacing: 2px;
}

.academy {
float: right;
padding: 42.5px 43px;
background: url("images/small_academy_logo_metal.png") no-repeat transparent;
}

.academy img {
border: none;
}

form#myForm
{
float: none;
text-align: right;
}

form#myForm dl dt label {
font-weight: 100;
color: #fff;
border: none;
}

form#myForm2 dl dt label {
color: #222;
}

form#myForm dl dt.invalid label {  
color: red;
}

form#myForm input, form#myForm textarea {
background: #100f09;
border-top: 1px solid #111;
border-left: 1px solid #222;
border-right: 1px solid #333;
border-bottom: 1px solid #444;
color: #fff;
padding: 0px;
margin: 0;
}

form#myForm input:focus,
form#myForm textarea:focus,
form#myForm input:hover,
form#myForm textarea:hover {
background: #100f09;
border-top: 1px solid #6e5f07;
border-left: 1px solid #746406;
border-right: 1px solid #7a6904;
border-bottom: 1px solid #847203;
text-decoration: none;
}

form#myForm2 input:focus,
form#myForm2 textarea:focus,
form#myForm2 input:hover,
form#myForm2 textarea:hover {
background: #fff;
border-top: 1px solid #666;
border-left: 1px solid #777;
border-right: 1px solid #888;
border-bottom: 1px solid #999;
text-decoration: none;
}

form#myForm input#submit { 
		background: url("images/gold_button_gradient.png") #000;
		border-top: 1px solid #111;
		border-bottom: 2px solid #222;
		border-left: 1px solid #222;
		letter-spacing: 2px;
   	font-size: 10px;
	   font-family: Georgia;
   	color: #ddd;
		border-right: 1px solid #333;
		padding: 5px 10px;
		text-decoration: none;
		margin: 15px 0px 0 0px;
		text-transform: none;
		text-align: center;
		float: none;
		}

form#myForm input#submit:hover { 
color: #fff;
text-decoration: underline;
}

form#myForm fieldset {
border: 1px solid #100f09;
margin: 15px 0 0 0;
padding: 15px;
}


form#myForm fieldset legend {
font-weight: 100;
font: 10px Arial;
letter-spacing: 2px;
color: #fff;
text-align: left;
}

#feedback {
clear: both;
padding: 30px 0;
}
