@charset "UTF-8";
.core {
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
}
.money {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #36C;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.accept {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F3F7B;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
}
.accept:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #1F3F7B;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.accepted {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339901;
	border: 1px solid #390;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
}
.accepted:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #339901;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #339901;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.cancel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #C00;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
	background-color: #C00;
}
.cancel:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #666666;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.comfirmbox {
	height: 180px;
	width: 100%;
	overflow: auto;
}
.linne {
	border: 0.2px dotted #FFF;
}
.boxxing {
	height: auto;
	width: 99%;
	background-color: #F4F4F4;
}
.boxxing:hover {
	height: auto;
	width: 100%;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
	cursor: pointer;
	background-color: #D6E4F8;
}
