html, body {
	height: 100%;
	width: 520px;
	margin: 0;
	padding: 0;
}

.overlay {
	position: absolute;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.recipientlayer {
	position: absolute;
	width: 480px;
	background: #fff;
	border: 10px solid rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	left: 50%;
	top: 120px;
	margin: 0 0 0 -250px;
	padding: 0;
	
	
	
	 -moz-background-clip: border;     /* Firefox 3.6 */
	        -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	        background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
	        -moz-background-clip: padding;     /* Firefox 3.6 */
	        -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	        background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
	        -moz-background-clip: content;     /* Firefox 3.6 */
	        -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
	        background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.recipientlayer h2 {
	margin: 0;
	padding: 5px 10px;
	background: #6D84B4;
	border: 1px solid #3B5998;
	border-bottom: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.recipientlayer img {
	float: left;
	margin: 0 10px 0 0;
}

.recipientlayer > div {
	padding: 20px;
	border: 1px solid #555;
	border-top: none;
	border-bottom: 1px solid #CCC;
}

.recipientlayer > div > div.form label {
	display: block;
	color: #3B5998;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.recipientlayer input, .recipientlayer textarea {
	width: 336px;
	border: 1px solid #BDC7D8;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	resize: none;
	color: #777;
	font-size: 11px;
}

.recipientlayer textarea {
	height: 80px;
}

.recipientlayer > div.layerfooter {
	background: #f2f2f2;
	padding: 8px 10px;
	text-align: right;
	border: 1px solid #555;
	border-top: none;
}

.recipientlayer .button {
	display: inline;
	font-size: 13px;
	color: #333;
	background: url(http://static.ak.fbcdn.net/rsrc.php/v1/yn/r/zHNGLEeoCs0.png) no-repeat 0 -343px #EEE;
	border: 1px solid #999;
	border-bottom-color: #888;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	cursor: pointer;
	padding: 2px 6px;
	width: auto;
	margin: 0 0 0 4px;
	font-weight: bold;
}

.button:active {
	background: #ddd;
}

.button.next {
	background: url(http://static.ak.fbcdn.net/rsrc.php/v1/yn/r/zHNGLEeoCs0.png) no-repeat 0 -294px #5B74A8;
	border-color: #29447E #29447E #1A356E;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	color: #fff;
}

.button.next:active {
	background: #4f6aa3;
}

.form #search_result {
	position: absolute;
	top:  90px;
	left: 128px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.form #search_result li {
	display: block;
	border: 1px solid #BDC7D8;
	border-collapse: collapse;
	padding: 4px;
	min-width: 160px;
	font-size: 12px;
}

.form #search_result li a:link,
.form #search_result li a:visited,
.form #search_result li a:hover,
.form #search_result li a:active {
	color: #3B5998;
	text-decoration: none;
}

.form p {
	font-size: 12px;
	color: #333;
}