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

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #36393d;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #36393d;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #4096ee;
	background-color: #F9F7ED;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #4096ee;
}
.result_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #4096ee;
	text-align: right;
}
.submit_button{
	font-size:2em;
}

.cloud1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #4096ee;
	text-transform: lowercase;
}
.cloud2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #cc0000;
	text-transform: lowercase;
}
.cloud3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6BBA70;
	text-transform: lowercase;
}
.cloud {
	width: 300px;
	height: 390px;
	text-align: justify;
	vertical-align: middle;
	border: medium solid #CCCCCC;
	padding: 10px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid black;
overflow: scroll; /*leave this value alone*/
width: 520px; /*Width of Carousel Viewer itself*/
height: 395px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.domain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4096ee;
	background:transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

