body{ 
  	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  	font-family: 'Andika',sans-serif;
	background-color: #ffffff;
}
a{
	color: #F78117;
	cursor: pointer;
}
a:hover{
	text-decoration :none;
	color: #7BB2DB;
}
a.clear{
	color: #bcbcbc;
}
a.clear:hover{
	color: #F78117;
}
a.active{
	color: #7BB2DB;
}
a.active:hover{
	color: #F78117;
}
/*li{
	list-style: none;
}*/
/*p{
	font-family: 'Andika',sans-serif;
	color: #fdfdfd;
}*/
h1,h2,h3,h4,h5,h6{
	color: #6E8FA1;
}
.orange{
	color: #F78117;
}
.green{
	color: #91CF4F;
}
a.green:hover{
	color: #6E8FA1;
}
.green_dark{
	color: #449D44;
	color: #77933c;
}
.blue{
	color: #6E8FA1;
}
.bold{
	font-weight: bold;
}
.lila{
	color: #8E7CA4;
}
.red{
	color: #CC0508;
}
.opacityclear{
	opacity: 0.8;
}
.flash{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
/*.alert{
	text-align: center;
}
.alert-success{
	color: #506328;
}*/
.alert{
	text-align: center;
	position: fixed;
	top: 30%;
	left: 25%;
	width: 50%;
	padding-top: 18px;
	padding-bottom: 18px;
	box-shadow: 0px 2px 5px #dedede;
	z-index: 3;
}
.alert-success{
	color: #506328;
	border: 8px #dedede solid;
}
.alert-error{
	background: #f2dede;
	color: #b94a48;
	border: 8px #CC6666 solid;
}
.loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url("../img/bg_trans2.png");
	z-index: 4;
}
.loader img{
	margin-top: 300px;
	width: 50px;
}
#sw_startbundle_userdatatype_birthdate select{
	width: 58px;
}
.identify{
	visibility: hidden;
}
label{
	color: #bcbcbc;
}
.shadow-out{
	-webkit-box-shadow: 1px 1px 5px 1px #efefef;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    1px 1px 5px 1px #efefef;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         1px 1px 5px 1px #efefef;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-in{
	-moz-box-shadow:    inset 0 0 10px #cdcdcd;
  	-webkit-box-shadow: inset 0 0 10px #cdcdcd;
  	box-shadow:         inset 0 0 10px #cdcdcd;
}
	
