body {
	background:url(/images/home/body-bg.png) #fafafa top repeat-x;
}

p {
    margin:0;
    padding:0;
}

input.text, textarea.text {
    background-color: #fff;
    font-size:13px;
    padding:3px;
}

#page {
	width:986px;
}

#page-logo {
	background-image:url(/images/home/logo.png);
}

label.error {
    color:#cc0000;
}

.errorMessage  {
    background-color:#FAC6CB;
    border:1px solid #CC0000;
    clear:left;
    color:#643236;
    font-size:12px;
    margin-top:3px;
    padding:2px 2px 2px 6px;
}

.grey-box {
	position: relative;
	width:986px;
	margin-top:5px;
	border:1px solid #dcdcdc;
	border-width:0 1px 1px 1px;
	background:url(/images/features/grey-bg.png) #fff repeat-x;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

.grey-box  .left {
    position:absolute;
    left:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-left.png);
}

.grey-box  .right {
    position:absolute;
    right:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-right.png);
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

