#containme {
	font-family: Arial;
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 755px;
	height: 550px;
	border: 1px solid red;
}

#statusbar {
  padding-left: 85px;
}

.statustext {
  float: left;
  width: 195px;
  color: red;
  padding: 5px 0px;
  margin: 5px 0px;
  text-align: center;
}

.statusimage1 {
  float: left;
  background: url('../images/s1_top_bar.jpg') no-repeat;
  width: 586px;
  height: 15px;
  margin: 0px;
}

.statusimage2 {
  float: left;
  background: url('../images/s2_top_bar.jpg') no-repeat;
  width: 586px;
  height: 15px;
  margin: 0px;
}

.statusimage3 {
  float: left;
  background: url('../images/s3_top_bar.jpg') no-repeat;
  width: 586px;
  height: 15px;
  margin: 0px;
}
#step {
	clear: both;
	float: left;
	text-align: left;
	padding: 20px 0px 30px 10px;
}

.steptext {
	font-size: 18px;
	color: #b1da96;
}

.new_athelete_info {
	font-size: 14px;
	padding-left: 10px;

}

#contactinfocontainer {
	clear:both;
}

#contactinfo {
	float: left;
	width: 477px !important;
	width: 457px;
	height: 246px !important;
	height: 247px;
	border-bottom: 1px solid #e3e3e3;
}

#tab {
	padding: 0px 5px 0px 60px;
  float: left;

}	

.subheader {
	font-size: 18px;
	color: red;
	padding-left: 30px;
}

.smallheader {
	font-size: 10px;
	color: #9a9a9a;
	padding-left: 10px;
}

.dataLabel {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.dataField {
}
/**#contactimage {
	float: right;
	width: 323px;
	height: 250px;
}**/

#createaccountcontainer {
	clear:both;
}

#createaccount {
	float: left;
	width: 720px !important;
}
#next_step {
    float: right;
	padding: 70px 40px 0px 0px;
}
#tab table.gpa {
  margin: 5px;
}
#tab table.gpa td {
  padding: 0px 20px;
}

input { border: 1px solid black;}

