/* #popup-app <label><input/></label> */

.clear {
	clear:both;
}

#popup-app {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px 0;
	margin:5px 0;
	width:540px;
}

#popup-app fieldset {
	float:left;
	padding:0 20px 0 0;
	width:250px;
}

#popup-app fieldset#personal label {
	color:#777;
	clear:both;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:30px;
	width:250px;
}

#popup-app fieldset#personal label input {
	float:right;
	width:150px;
}

#popup-app fieldset#dates label {
	color:#777;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 20px 0;
}

#popup-app span {
	color:#777;
	display:block;
	clear:both;
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;	
}

textarea#message {
	clear:both;
	margin:0 0 10px 0;
	height:75px;
	width:540px;
}



