#bg-invite{
	background:url(../images/bg-invite.png) no-repeat;
	_background:url(../images/bg-invite.gif) no-repeat;
	width:506px;
	height:558px;
}
.frm-inivte{
	padding:178px 0 0 92px; 
}
.frm-inivte p {
	overflow:hidden;
	clear:both;
	padding:8px 0;
}
.frm-inivte label span{
	width:100px;
	display:block;
	float:left;
	text-indent:-999em;
}
.frm-inivte .text{
	border:0 none;
	display:block;
	float:left;
}
.frm-inivte .myname,.frm-inivte .frommail{ height:22px; }
.frm-inivte .tomail{height:57px;}
.frm-inivte .myname input,
.frm-inivte .frommail input{ padding:0 0 0 2px; margin-left:5px;width:135px;}
.frm-inivte #tomail{height:48px;width:226px;overflow:auto;}
.frm-inivte #message{height:86px;width:226px;overflow:auto;}
.frm-inivte .btn-send{background-image:url(../images/btn-send.png);width:75px;height:28px;border:0 none;margin:13px 0 0 96px;}
.frm-inivte .btn-send:hover{background-position:0 100%;}

/*======ID Card Request=====*/
#bg-requestid{
	background:url(../images/bg-id-request.png) no-repeat;
	_background:url(../images/bg-id-request.gif) no-repeat;
	width:503px;
	height:452px;

}

.frm-idsubmit{
	padding:212px 0 0 95px; 
}
.frm-idsubmit p {
	overflow:hidden;
	clear:both;
	padding:8px 0;
}
.frm-idsubmit label span{
	width:100px;
	display:block;
	float:left;
	text-indent:-999em;
}
.frm-idsubmit .text{
	border:0 none;
	display:block;
	float:left;
}

.id-name {height:27px;}
.id-name input#fname{width:99px;}
.id-name input#lname{width:96px;}
.id-name input#fname{margin-right:28px;}

.frm-idsubmit .phone {height:25px;}
.frm-idsubmit #phone {width:137px;}
.frm-idsubmit .email {height:25px;}
.frm-idsubmit #email {width:137px;}
.frm-idsubmit .company {height:26px;}
.frm-idsubmit #company {width:219px;}
.frm-idsubmit .company input{width:219px;}

.frm-idsubmit .btn-send{background-image:url(../images/btn-submit.png);width:75px;height:34px;border:0 none;margin:13px 0 0 96px;}
.btn-send{
	cursor:pointer;
	cursor:hand;
}

