/* the overlayed element */
div.howtomovie {
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:300px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:30px;
	background-image: url(../images/o_bg.png);
}

/* default close button positioned on upper right corner */
div.howtomovie div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#messpop{
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:385px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:30px;
	background-image: url(../images/o_bg_pop.png);
}
#messpopin{
	width:500px;
	height:385px;
	background-color:#000
}
.messcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.messcontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

/* default close button positioned on upper right corner */
#messpop div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

p.messsml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.messsml a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}

#galpop{
	width:830px;
	height:620px;
	padding:10px;
	background-image: url(../images/o_bg_form_pop.png);
	background-color: #999;
	visibility: hidden;
}
#galpopin{
	padding: 10px;
	background-color: #000;
}
#galpop div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#formpop{
	width:700px;
	height:605px;
	display:none;
	padding:10px;
	background-image: url(../images/o_bg_form_pop.png);
	background-color: #999;
}
#formpopin{
	padding: 10px;
	background-color: #000;
}
#formpop div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#join_team, #join_team p{
	color: #c0c0c0 !important;
	
}
#swf_team td{
	color: #c0c0c0;
}
#join_team, h1 {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#join_team form{
	margin:0px;
	padding:0px;
}
.formRed {
	font-size:10px;
	color: #D20000 !important;
}

.formRequiredMsg {
	font-size:12px;
	color: #D20000 !important;
	border: 1px solid #CC3333;
	padding: 2px;
}

.formHead {
	font-size: 16px;
	color: #06F;
}
.starRed {
	font-size: 16px;
	color: #D20000;
}

.formbiline{
	font-size: 17px;
	color: #FFF !important;
	margin-top: 4px;
}
#join_team input, #join_team select {
	color: #000 !important;
	background-color: #EAEAEA;
	border: 1px solid #2B2B2C;
}
.formLable {
	font-size: 12px;
	font-weight: normal;
	color: #0374dc !important;
}
.formSmall {
	font-size: 10px;
	line-height: 12px;
}
