
body {
	
	background-color: #FFF;
	color: #BBB;
	font-family: Arial;
	font-size: 14px;

}

body a {
	
	color: #009fe3;
	font-family: ;
	font-size: ;

}

body a:hover {
	
	color: #3498db;

}

.clr {

	clear: both;

}

#logo {

	margin: 70px auto 0 auto; 
	width: 400px;
	max-height: 200px;
}

#logo img{
	position: relative;
    top: 10px;
    left: 100px;
}

#waiting_form {

	width: 500px;
	margin: 50px auto 0 auto;
}

#waiting_form input { 

	display: block;
	padding: 5px;
	float: left;
	width: 290px;
	margin-left: 50px; 
	border-radius: 6px;
	background: #FAFAFB;
	outline: none;

}

#waiting_form button { 
	
	cursor: pointer;
	display: block;
	float: left;
	margin: 2px 0 0 5px; 
	width: 90px;
	height: 30px;
	padding: 7px 0;
	border: none;
	border-radius: 4px;
	background-color: #005CAA;
	color: #FFF;
	background-image: url('../img/icon-pencil.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: ;
	font-size: ;

}

#waiting_form label { 

	display: block;
	margin-top: 5px;
	text-align: center;
	color: ;
	font-family: ;
	font-size: ;
}

#credits {

	width: 800px;
	margin: 40px auto 0 auto;
	text-align: center;
	color: ;
	font-family: ;
	font-size: 12px;
}

.notice.alert {
	margin: 10px auto;
	width: 600px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}

.notice.alert a {
	margin: 0 30px 0 0;
	text-align: left;
}

.notice.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.notice.alert-success a {
	color: #468847;
}

.notice.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.notice.alert-error a {
	color: #b94a48;
}

img.crearts-logo{
	position: fixed;
	top: 500px;
}