.clear {
	display: block;
	clear: both;
	float: none;
}

#left-box {
    margin-left: 10px;
    float: left;
    width: 240px;
    text-align: center;
}

#right-box {
    margin-left: 25px;
    float: left;
    width: 620px;
}

#right-box h1{
    position: relative;
    margin-bottom: 0px;
}

#right-box p {
    font-family: tahoma;
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 5px;
}

#right-box .v4s,
#right-box .v4s_m {
	float: left;
}

#right-box img.v4s {
	margin-right: 5px;
	margin-left: -5px;
}

#right-box img.v4s_m {
	margin-right: 5px;
	margin-left: 5px;
}

#right-box h1.smaller {
	font-size: 22px;
	margin-left: -3px;
	margin-bottom: 20px;
}

#right-box h1.v4s {
	margin-top: 22px;
}

#right-box fieldset {
	border: 1px solid #c5c0cd;
	background: #e4e7e9;
	color: #6e6e6e;
	font-size: 13px;
	padding: 0px 5px 5px 5px;
}

#right-box fieldset b {
	color: green;
	font-weight: bold;
}

#right-box fieldset ol {
	margin: 0px;
}

#right-box fieldset ol li {
	margin: 7px 0px 0px 0px;
}

#right-box fieldset.v4s_mobile {
	background: #e4e7e9 url('../images/v4s-mobile.jpg') top right no-repeat;
	height: 119px;
}

#right-box fieldset.v4s_computer {
	background: #e4e7e9 url('../images/v4s-computer.jpg') top right no-repeat;
	height: 126px;
}


#right-box fieldset.v4s_mobilemagazine {
	background: #e4e7e9 url('../images/v4s-mobilemagazine.jpg') top right no-repeat;
	height: 119px;
}

#right-box fieldset.v4s_computermagazine {
	background: #e4e7e9 url('../images/v4s-computermagazine.jpg') top right no-repeat;
	height: 126px;
}

#right-box fieldset legend {
	color: #261d34;
	font-size: 17px;
	font-family: 'Vollkorn', arial, serif;
}

#right-box fieldset input {
	width: 220px;
	border: 1px solid #c5c0cd;
	border-bottom: none;
	border-right: none;
	background: #ffffff;
	font-size: 12px;
	padding: 3px;
}