@charset "utf-8";
/* CSS Document */

.guest {
	width: 500px;
	float: left;
	color: #00000;
}

.guest .image{
	width: 120px;
	float: left;
	margin-top: 5px;
}
.guest .image img{margin:5px;}
.guest .inst_details{
	width: 350px;
	float: left;
	margin: 2px;
	color: #000000;
}
.guest .apply_form{
	display:none;
	border: 1px solid #255B93;
	width: 500px;
	float: left;
	color: #00000;
}
.guest .apply_details{}
.guest #rounded-corner td
{
	padding:2px 8px !important;
	background: #ffffff;
	color: #3f6ea0;
}
.guest .select{
	width:74.4%;
	background:url(../images/input_bg.gif) repeat-x top;
	border:1px solid #cec6c7;
	color:#666;
	padding:4px;
	float:left;
	font-size:14px;
	color:#000;
}
.select_guest{
	width:74.4%;
	background:url(../images/input_bg.gif) repeat-x top;
	border:1px solid #cec6c7;
	color:#666;
	padding:4px;
	float:left;
	font-size:14px;
	color:#000;
}
.guest .input{
	width:224px;
	background:url(../images/input_bg.gif) repeat-x bottom;
	border:1px solid #c1c1c1;
	color:#666;
	padding:4px;
	font-size:14px;
	background-color: #fff;
	}
.input_guest{
	width:224px;
	background:url(../images/input_bg.gif) repeat-x bottom;
	border:1px solid #c1c1c1;
	color:#666;
	padding:4px;
	font-size:14px;
	background-color: #fff;
	}