body {
    font: 12px Verdana, Arial, Helvetica;	
    margin: 0;
    padding: 100px 1em 1em 1em;
    background: url(faux.jpg) repeat-x 0 65px;
}

#contentdiv{
	min-height: 500px;
}

#step1div, #step2div, #step3div{

	display: block;
	width: 600px;
	border: solid 1px lightgrey;
	margin: 5px;
	padding: 10px;
}

h1 {
	margin: 0;
	padding: .5em;
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	text-indent: 65px;
	line-height: 47px;
    font-size: 14px;
    background: url(logo.jpg) no-repeat 10px 10px;
}
#goPlaceholder{
	height: 50px;
}

#goButton{

	margin-left: 200px;
	margin-top: 10px;
}

h2 {
    font-size: 14px;

}

h3 {
    font-size: 12px;
}

fieldset {
	border: none;	
}

legend { 
    display: none; 
}

label, input, select {
    display: block;
    width: 100px;
    float: left;
    margin-bottom: 10px;
}

#datafile{
	width: 300px;

}

label {
    text-align: right;
    width: 175px;
    line-height: 20px;
    padding-right: 20px;
}

#buttons, #submitbutton {
	text-align: left;
    text-indent: -1000em;	
}

#refdiv{
	width: 670px;
	text-align: right;
}


fieldset br {
    clear: left;
}

button, #submitbutton{
	width: 60px;
}

#author{
	display: block;
	font: 10px Verdana, Arial, Helvetica;
	text-align: right;

}

#myTable1, #myTable2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#myTable1 th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	width: 50px;	
}
#myTable2 td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
	width: 50px;
}
#myTable2 tbody tr:hover td
{
	color: #009;
}

#myTableContainer{
	overflow: auto; 
	width: 500px; 
	height: 200px; 
	border-left: 1px gray solid; 
	border-bottom: 1px gray solid; 
    padding:0px; 
	margin: 0px;
}

#icons img{

	width: 92px;
	height: 92px;
	margin: 15px;
	border: none;
}

#icons a{
	border: none;
}

#f1_upload_process, #plotLoader{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}

#f1_upload_success{

   visibility:hidden;
}

#plotLoader{
	visibility:hidden;
}
