@charset "utf-8";
/* CSS Document */
/*
p {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:14px; 
	line-height:17px;
	margin-bottom:14px;
} */
#container {
	width:96%;
	margin: 4px 30px 6px 10px;
}
a.adjust{
    -moz-box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 1px 2px 0px #181717;
    -webkit-box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 2px 1px 0px #181717;
    box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 1px 2px 0px #181717;
    background:#2d2727 url(../images/bg-13.gif) 0 0 repeat-x;
    border-top: 1px solid #3a3333;
    border-left: 1px solid #3a3333;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius: 11px;
    display:inline-block;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size: 12px;
    line-height: 12px;
    font-weight:normal;
    padding: 13px 16px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #191818;
    margin-top: 13px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	
/*	padding:6px;
	display:block;
	font-weight:bold;
	background:#eee;
	color:#333;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	width:110px;
	text-decoration:none;
	text-align:center;
	top:0px;
	font-family:Verdana, Geneva, sans-serif; */
} 
a.adjust:hover {
    background:#f89306 url(../images/bg-12.gif) 0 0 repeat-x;
    border-top: 1px solid #f4ae08;
    border-left: 1px solid #f4ae08;
    -moz-box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 1px 2px 0px #161414;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 2px 1px 0px #161414;
    box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 1px 2px 0px #161414;
	
/*	background:#333;
	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;
} */

/*buttons

.btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 1px 2px 0px #181717;
    -webkit-box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 2px 1px 0px #181717;
    box-shadow:inset 0px 1px 0px 0px #332e2e, 1px 1px 2px 0px #181717;
    background:#2d2727 url(../images/bg-13.gif) 0 0 repeat-x;
    border-top: 1px solid #3a3333;
    border-left: 1px solid #3a3333;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius: 11px;
    display:inline-block;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size: 12px;
    line-height: 12px;
    font-weight:normal;
    padding: 13px 16px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #191818;
    margin-top: 13px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover {
    background:#f89306 url(../images/bg-12.gif) 0 0 repeat-x;
    border-top: 1px solid #f4ae08;
    border-left: 1px solid #f4ae08;
    -moz-box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 1px 2px 0px #161414;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 2px 1px 0px #161414;
    box-shadow:inset 0px 1px 0px 0px #ef8d06, 1px 1px 2px 0px #161414;
}
*/