@charset "UTF-8";
/* CSS Document */

#splash_top {
	background-color: #fff;
    border: 1px solid #eee;
	border-bottom: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
	padding: 12px;
}

#splash_bottom {
	background-color: #eee;
    border: 1px solid #eee;
	border-top: none;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
	padding: 8px;
}

.splash_dot_container {
	position: relative;
	top: 4px;
	padding: 0 4px;
	cursor: pointer;
}