/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('../font_face/din/din-light-webfont.eot');
	src: local('☺'), url('../font_face/din/din-light-webfont.woff') format('woff'), url('../font_face/din/din-light-webfont.ttf') format('truetype'), url('../font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


#banner-wcm {
	position:relative;
	width:220px;
	margin:5px 0 20px 15px;
}
#banner-wcm #header {
	background:#000;
	text-align:center;
	padding:10px 0;
	width:220px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
#banner-wcm #man {
	position:absolute;
	top:37px;
	left:0;
}
#banner-wcm #form {
	padding:50px 10px 0 10px;
	margin-top:60px;
	background:#FFF url(../images/bg-wcm.jpg) repeat-x bottom left;
	
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
#banner-wcm span {
	font-family:Arial;
	font-size:9px;
	color:#007fb1;
}
#banner-wcm span a {
	color:#007fb1;
}

#banner-wcm input[type='text'] {
	width:170px;
	background:#FFF;
	border:solid 1px #b4b4b4;
	outline:0;
	padding:10px;
	font-family:'DINLight';
	font-size:16px;
	color:#797979;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#banner-wcm input[type='submit'] {
	background:url(../images/btn-wcm.png) no-repeat top left;
	border:0;
	cursor:pointer;
	width:246px;
	height:73px;
	margin-top:10px;
}
#banner-wcm input[type='checkbox'] {
	margin:10px 5px 0 10px;
}