h1, h2 {
	font-size: 25px;
	font-weight: bold;
}
h3{
    font-size: 15px;
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #474747;
	margin: 20px 0;
	line-height: 18px;
}
p a {
	color: #474747;
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.columnLeft, .columnRight {
	width: 477px;
}
.columnLeft {
	margin-right: 13px;
}
.columnLeft, .columnRight {
	margin-bottom: 30px;
}
.columnLeft ul, .columnRight ul {
	margin-bottom: 20px;
}
.columnLeft ul li, .columnRight ul li {
	font-size: 14px;
	color: #474747;
	line-height: 18px;
	list-style-image: url("images/guest/servizi-bullet.png");
	margin-left: 20px;
}
.green-text {
	color: #859106;
	font-weight: bold;
}

.get-info {
	background-color: #e6e9cd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
}
.get-info h2 {
	font-weight: bold;
	font-size: 21px;
	color: #859106;
	line-height: 24px;
}
.get-info p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#signup-form {
	margin-left: 50px;
	margin-right: 50px;
	width: 335px;
	color: #474747;
}
#signup-form label {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
#signup-form input[type="text"] ,
#signup-form select {
	width: 335px;
	margin: 0 0 15px;
}
#signup-form input.error,#signup-form select.error{
    margin: 0;
}
#signup-form #options, #signup-form #disclaimer {
	/* width: 335px; */
	padding-left: 0;
	margin-left: 0;
	float: left;
}
#signup-form .radio, #signup-form #disclaimer input {
	width: 20px;
	margin-top: 15px;
}
#signup-form #options span, #signup-form #disclaimer label {
	font-weight: normal;
	font-size: 11px;
}
.columnRight h2 {
	color: #859106;
	font-size: 21px;
	font-weight: bold;
}


.opinion {
	margin-top: 30px;
	width: 470px;
}
.image, .fumetto, .text {
	float: left;
}
.opinion .image {
	background: url(images/guest/frame.png) no-repeat;
	width: 182px;
	height: 140px;
	position: relative;
}
.opinion .image img {
	position: absolute;
	top: 10px;
	left: 10px;
}
.opinion .fumetto {
	background: url(images/guest/separator.png) no-repeat;
	width: 24px;
	height: 130px;
	margin-left: 5px;
}
.text {
	font-size: 14px;
	color: #474747;
	width: 200px;
	margin-left: 13px;
}
.text p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.text .author {
	font-size: 14px;
	margin-top: 20px;
}
.text .from {
	color: #859106;
	font-weight: bold;
}
.read-all {
	background-color: #e6e9cd;
}
.read-all p{
	font-size: 13px;
	font-weight: normal;
	color: #474747;
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.read-all p a {
	color: #859106;
	font-weight: bold;
	margin-bottom: 0;
}
.about-us {
}
.about-us .read-all p{
	display: block;
	margin-bottom: 0;
}
.newspapers {
	border: 1px solid #a7b700;
	padding-bottom: 0;
	margin-bottom: 0;
} 
.newspapers ul {
	margin-bottom: 0;
}
.newspapers ul li {
	list-style-image: none;
	list-style-type: none;
}
#corriere, #italia-oggi, #leggo, #telegraph {
	margin-bottom: 20px;
}
#repubblica {
	margin-left: 0px;
	margin-top: 0px;
	width: 480px;
        height: 790px;
}

#corriere {
	margin-left: 140px;
}
#italia-oggi {
	margin-left: 100px;
}
#leggo {
	margin-left: 170px;
}
#telegraph {
	margin-left: 100px;
}
#linkClienti {
	padding-bottom: 30px;
}
em.error{
    margin: 5px 0;
}

.prospect-page #user-form input[type="radio"]{
    width: auto;
    float: left;
    clear: left;
}
.prospect-billing-data-page #user-form label{
    clear: left;
    font-weight: normal;
}
.prospect-billing-data-page #user-form label span{
 font-size: 11px;
}
.prospect-billing-data-page #user-form input, .prospect-billing-data-page #user-form select{
    float: left;
    width: 260px
}
.prospect-billing-data-page #user-form input[type="checkbox"]{
 width: auto;
}
.prospect-billing-data-page #user-form input[type="submit"]{
    float: none;
}
.prospect-billing-data-page form#user-form em.error{
    clear: left;
}

/*
ul.errorMessage li {
    font-size: 14px;
    color: red;
    line-height: 18px;
    list-style-image: none;
    margin-left: 0px;
}
*/

#signup-form #captcha {
    /*
    float: left;
    vertical-align: middle;
    */
}
#signup-form #captcha img {
    width: 60px;
}
#signup-form #captcha input[name="captchaText"] {
    margin-top: 10px;
    vertical-align: top;
    width: 150px;
}
#signup-form #captcha em.error {
    clear: both;
}