
/* cache
_____________________________________________________*/

#cache_area {
}
#cache_balloon {
	width: 100%;
	background-color: #660066;
	position: relative;
	padding: 7% 0;
	color: #FFF;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.2rem;
}
#cache_balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #CCC;
	border-width: 14px 12px;
	border-color: rgba(102, 0, 102, 0);
	border-top-color: #660066;
}
#cache_select {
	padding: 5.5% 0;
	text-align: left;
	background: url(../img/background_1.png) repeat;
	border-bottom: 10px solid #000;
}
#cache_select h1 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2%;
}
#cache_select p {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 5%;
}
#cache_select li {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 3%;
	padding-left: 5.5%;
}
#cache_select form {
	margin-bottom: 10%;
}
#cache_select li label {
	margin-left: 2%;
}
#confirm {
	width: 92%;
	margin: 0 auto 5%;
}
#confirm img {
	width: 100%;
	height: auto;
}

/* modal
_____________________________________________________*/

#modal {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.6);
}
#modal_content {
	width: 80%;
	margin: 0;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
	color: rgb(68, 68, 68);
}
#modal_content p {
	font-size: 1.2rem;
	padding-bottom: 5%;
}
#buttons {
	padding-top: 5%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
}
#button_ok {
	display: inline-block;
	padding: 3px 10px 3px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;

	background-color: #0074cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
#btn_cancel {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
