html, body{
	margin:0 auto;
	padding: 0;
	width:100%;
}

a{
	text-decoration : none;
}

span.title,
span.button,
span.caption{
	margin-top : 5px;
	font-size: 20px;
	display : block;
	float : left;
}

span.title{
	line-height: 25px;
	margin-left: 10px;
}

span.button{
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding:8px 20px 8px 20px;
	border-radius: 7px;
	
	clear : left;
	width : 20px;
	height: 15px;
	line-height : 15px;
	text-align : center;
}

span.caption{
	margin-left : 10px;
	line-height : 33px;
}

img.bigger{
	width : 35px;
	height: 35px;
	float : left;
	margin-left : 5px;
}

input[type="submit"],input[type="button"]{
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding:8px 20px 8px 20px;
	border-radius: 7px;
	font-size: 14px;
	cursor: pointer;
}
