input.close
{
	color: #105289;
	border: none;
	background: none;
	cursor: pointer;
	text-align: center;
}
input.close:hover
{
	color: #D31141;
	text-decoration: underline;
}
.request
{
	top: 5px;
	width:730px;
	padding: 10px;
	max-height: 800px;
//	display:none;
	z-index:6000;
}
#patternrow
{
	max-height: 430px;
	overflow-y: scroll;
}

#patternrow fieldset dl {
padding: 0;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#pattern_box{
		width:260px;
		max-height: 420px;
	}
	#patternrow
	{
		max-height: 300px;
	}
}
