/*this is for the recommendation box*/

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#wrapper {
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
    width: 340px;
	background-color: #ffff00;
	}
	
#recommend table {
    width: 300px;
    text-align: center;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #ffffff;
	}
	
.center {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.formtexttitle {
	font-size: 14pt;
	}

.hint {
	color: #cc0000;
    }

.error {
	color: #cc0000;
    }
