.mcsignup {
	background:url("../images/subback2.png") no-repeat center center;
	margin:0;
	width:220px;
	height:125px;
}
.mcsignup input[type="text"] {
    	margin:0 auto;
	position:relative;
    	display:block;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
    	outline: none;
    	font-size:12px;
    	width:80%;
    	float:left;
    	margin-left:15px;
}
.mcsignup .intro{
	padding-top:15px;
	text-align:center;
	color:#fff;
	float:left;
	width:100%;
}

.mcsignup .intro p{
}
.mcsignup .mcsignupResult{
	text-align:left;
	padding:3px;
	margin-top:0px;
	padding-top:0px;
	padding-left:5px;
	direction:ltr;
	color:#FFFFFF;
	font-size:12px;
}
.mcsignup input[type="button"] {
    	margin:0 auto ;
    	width:69px;
    	height:50px;
    	display:block;
/*		background: #8B0304;
	border: 1px solid #D71920;
	*/
	background:url("../images/subbutoon2.png") no-repeat center center;
	color: #fff;
	border:0px;
	font-size:12px;
    	float:left;	
    	margin-left:80px;    	
}
.mcsignup input[type="button"]:hover {
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
/*	background: #D71920;
	border: 1px solid #8B0304;
*/	cursor: pointer;

}
.mcsignup select {
	margin-bottom: 5px;
}
.mcsignup .calendar {
	position: relative;
	left:3px;
	top:4px;
}