/* @override http://cubes.fr/style.css */

*:focus {
outline: 0;
}

body {
	padding: 0px;
	margin: 15% 0px 0 43%;
	background: #f9f8f4;
}
#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -150px;
	display: block;
}
#infos {
	width: 300px;
	margin: auto;
	padding: 26px 30px;
	text-align: left;
	line-height: 18px;
	background: #fff;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #999;
}

#Date {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 22px;
	color: #878170;
	/*text-shadow: 0px 1px 0px white;*/
}

#Saint {
	font-family: Baskerville;
	font-size: 14px;
	padding-top: 8px;
	/*font-style: italic;*/
	color: #c3bcab;
	/*letter-spacing: 1px;*/
	/*text-shadow: 0px 1px 0px white;*/
}

form {
	padding: 0;
	margin: 0;
}

input {
 width: 100%;
 margin-bottom: 3px;
}

#googleInput {
	background: #e7e8de;
	/*border: 1px solid #ccc;*/
	border: none;
	color: #888;
	-webkit-border-radius: 6px;
	width:100%;
	padding: 8px;
	font-family: 'Lucida Grande', Helvetica, sans;
	font-size: 13px;
}

#googleInput:focus {
	background: #d9d4c7;
}

#btPair {
	background: #edf0e8;
	border: 1px solid #999;
	color: #555;
}

.btTranslate {
	background: #e7e8de;
	border: 1px solid #f6f6f2;
	color: #555;
	-webkit-border-radius: 6px;
	padding: 6px;
	width:148px;
}

.btTranslate:hover {
	background: #e3e2d7;
	border: 1px solid #edf0e8;
}

.btTranslate:active {
	background: #d9d4c7;
	border: 1px solid #d0d2cd;
}


textarea {
width: 100%;
/*border: 1px solid #ccc;*/
border: none;
margin-bottom: 3px;
-webkit-border-radius: 6px;
padding: 6px;
background: #e7e8de;
}

textarea:focus {
	background: #d9d4c7;
}