

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Muli:300);


.center img {
	border: 1px solid #233771;
}
.center a {
	text-decoration: none;
}
.center:hover .middle {
  opacity: 1;
}
.text a {
  background-color: #233771;
  color: #fff;
  font-size: 16px;
  padding: 8px 5px;
}
.middle {
  transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-17%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/* Centres the page (this could be container)*/
.body {
	display: block;
	width: 350px;
	font-size: 16px;
	color: #999;
}


/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label 
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centres the form within the page */
form 
{
	margin-top: 0;
	margin-bottom: 0;
	width: 400px;
}

/* Styles the text boxes */
input, textarea, file {
	width: 350px;
	height: 27px;
	background-color: #;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 16px;
	color: #3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

/* Styles the text area boxes (message field) */	
textarea 
{
	height: 213px;
	background-color: #FFFFFF;
}


/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}


/* Styles the submit hover */	
#submit:hover {
	color: #fff;
	background-color: #233771;
	opacity: 0.9;
}

/* Styles the cancel button*/	
#cancel {
	/* background:url(images/cancel.png); */
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #000;
	opacity:0.9;
}
