@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:17px;
	margin-bottom:10px;
}
#container {
	width:96%;
	margin: 4px 30px 6px 10px;
}
a.adjust{
	padding:6px;
	display:block;
	font-weight:bold;
	background:#eee;
	color:#e14254;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:110px;
	text-decoration:none;
	text-align:center;
	top:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.adjust:hover {
	background:#e14254;
	color:#FFF;
	-webkit-transition: all 400ms; /*safari and chrome */
	-moz-transition: all 400ms ease; /* firefox */
	-o-transition: all 400ms ease; /* opera */
	transition: all 400ms ease;
}
p.continued {
	margin-top:0;
}
/* img {
	padding:10px;
	background:#FFF;
	border-radius: 12px;
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 13px rgba(0,0,0,.25);
	box-shadow: 0 1px 13px rgba(0,0,0,.25);
	width:400px;
	margin-left:20px;
} */
