<link href='https://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'><style type="text/css">body {
font-family:'Cabin', sans-serif;
font-size:11px;
line-height:27px;
letter-spacing:2px;
overflow-x:hidden;
margin:0;
padding:0;
}

#wrp {
max-width:320px;
margin:0 auto;
padding:0 20px;
}

#txt {
max-width:400px;
font-size:13px;
margin:0 auto;
padding:40px 5% 0;
}

a {
text-decoration:none;
border-bottom:#e3e3e3 dashed 1px;
}

input[type] {
height:auto;
background:#fefefe;
border:solid 1px #e0e0e0;
border-radius:1px;
color:#333;
box-shadow:none;
margin:2px 0;
padding:3px;
}

input[type=text] {
width:110px;
background:#fefefe;
}

input[type=submit] {
width:auto;
margin:1px;
padding:3px;
}

input[type="text"]input[type="text"]:focus,textarea:focus {
box-shadow:0 0 7px #ff809b;
border:1px solid #ff809b;
}

input[type="submit"]:hover,input[type="reset"]:hover {
color:#999;
}
</style>