*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;	
}
img{vertical-align: middle;}
body{width: 100%;-webkit-text-size-adjust: 100%;}
input, button, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	padding:5px;
	margin:auto 0 auto 0;
	width:100%;	
}

#form{
	width:300px;
	height:420px;
	margin:-210px 0 0 -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
	-webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
	border:1px solid #dddddd;
	padding:10px;
	background:#ffffff;	
	text-align:center;
}
#form p{
	margin:0 0 20px 0;
}
#form dl{
	width:80%;
	margin:0 auto 0 auto;
	font-size: 1.1em;
	color:#3d3b3c;
	

}
#form dt{
	height:40px;
	line-height:40px;	
	text-align:left;
}
#form dd{
	height:40px;
	line-height:40px;
	text-align:left;
	position:relative;
}
#form dt.textarea{
	height:40px;
}
#form dd.textarea{
	height:540px;
}
input[type="submit"],input[type="reset"]{
	background-color:#0088ff;
	color:#ffffff;
	margin:0 0 10px 0;
}
