@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#ff26b3; /* purple */
}
.panel-background {
	background-color:#ff59cd; /* light purple */
}
.quote-panel {
	width: 885px;
	height: 40px;
	padding-bottom:15px;
	font-family:Museo500;
	font-size: 43px;
	color: white;
	vertical-align:top;
	float:left;
}
.photo-panel {
	width: 355px;
	height: 345px;
	padding-left: 25px;
	padding-bottom:10px;
	position: relative;
	float:left;
}
.info-panel {
	width: 165px;
	height: 325px;
	padding-left: 25px;
	padding-bottom:10px;
	padding-top:20px;
	position: relative;
	float:left;
}
.form-panel {
	width: 275px;
	height: 325px;
	padding-left: 25px;
	padding-bottom:10px;
	padding-top:20px;
	position: relative;
	float:left;
}
.vertical-divider {
	width: 10px;
	height: 330px;
	float:left;
}
.horizontal-divider {
	width: 335px;
	height: 2px;
	background-color: #ff06ad;
	float:left;
}
.horizontal-buffer {
	width: 335px;
	height: 10px;
	float:left;
}
.title {
	font-family: Helvetica;
	font-size: 18px;
	padding-top:15px;
	color: #5b033d;
	clear:left;
}
.subtitle {
	font-family: Helvetica;
	font-weight:bold;
	font-size: 12px;
	padding-top:10px;
	color: #5b033d;
	padding-bottom: 2px;
}
.text {
	height:12px;
	font-family: Helvetica;
	font-size: 12px;
	color: #5b033d;
	clear:left;
}
.small-text {
	height:12px;
	font-family: Helvetica;
	font-size: 12px;
	color: #5b033d;
	clear:left;
}
.input {
	padding-bottom:20px;
}
.radio {
	top: 10px;
	bottom: 0px;
	left: 4px;
	right: 0px;
	position:absolute;
	z-index:30;
}
.selectable {
	list-style-type: none;
	float:left;
}
.thumb {
	width:73px;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
	position: relative;
	float:left;
}
.ui-selecting { 
	background: #ff06ad; 
}
.ui-selected { 
	background: white;
	color: white;
}
.label {
	height:18px;
	vertical-align:bottom;
	font-family: Helvetica;
	font-size: 18px;
	color: #5b033d;
}
.text-input {
	width: 250px;
	height: 25px;
	font-family: Helvetica;
	font-size: 18px;
	color: black;
}
.date-input {
	width: 120px;
	height: 25px;
	font-family: Helvetica;
	font-size: 18px;
	color: black;
}
.date-input {
	width: 120px;
	height: 25px;
	font-family: Helvetica;
	font-size: 18px;
	color: black;
}
.select-input {
	width: 140px;
	height: 30px;
	font-family: Helvetica;
	font-size: 18px;
	color: black;
}
.textbox-input {
	width: 250px;
	height: 80px;
	font-family: Helvetica;
	font-size: 18px;
	color: black;
}
.link {
	line-height:150%;
	color: #5b033d;
}
.link:link,.link:visited {
	color:#5b033d;
}
.link:hover,.link:active {
	color:white;
}
.link-active {
	line-height:150%;
	color: white;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #5b033d;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#5b033d;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#5b033d;
}