#applyButtons {
	margin-left: 2.3em;
	float: right;
	display: block;
	width: 215px;
	height: 330px;
	position: relative;
}
.profile  {
	position: absolute;
        display: block;
	font-family: "Myriad Pro", "Myriad Web Pro", Myriad;
        width: 383px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	margin-top: 1em;
        z-index:1;
	/* background: #c2d6c4; */
	background: #68986e;
	background: url('/assets/images/graphic/backgrounds/profileBackground.png') no-repeat;
	height: 250px;
}
.profile:hover {

}
.profile img {
	position: relative;
	display: block;
	padding-top:0px;
	margin:5px;
	margin-top: 0px;
	margin-bottom: 20px;
	z-index:1;
	border: 1px #333333 solid;
}
.profileText a {
	position: absolute;
	float:right;
	text-align:left;
	font-size: 18pt;
	display:block;
	margin:0px;
	margin-left: 180px;
	margin-top:20px;
	color: #ffd940;
	z-index:1000;
} 
.profileText a:hover {
	color: #ffffff;
	text-shadow: white 0 0 0.8em;
}
.profileText a:active {
	color: #ffffff;
	text-shadow: #ffd940 0 0 1.9em;
}
.profileText a strong {
	font-size: 24pt;
	padding-left: 0px;
}
.profileQuote {
 	position: relative;
	display: block;
	height: 54px;
 	padding: 10px;
 	padding-left:20px;
	margin-left: 5px;
 	margin-right: 10px;
 	margin-top: -94px;
	color: #333333;	
	background-color: white; /* for browsers that don't support the alpha channel (transparency)  */
	background: rgba(255, 255, 255, .8);
	font-family: "Myriad Pro", "Myriad Web", "Myriad";
	font-size: small;
	font-weight: normal;
	text-align: left;
	z-index:100;
	text-shadow: #666666 -2px -1px .6em;
}
