* {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #4c4c4c;
line-height:2em;
}


body {
background: #FFF; font-size:80%; line-height: 160%;
}


h1 { font-size: 140%; color:#4472d0; }


div#container {
width:670px;
margin: 20px 0 0 20px
}

div#leftcolplain {
	/*width:575px;*/
	width:847px;
	padding:0 15px 0 15px;
	float: left;
	
}

label,input, select, textarea {
        display: block;
        width: 300px;
        float: left;
        margin-bottom: 10px;
}

label {
        text-align: right;
        width: 200px;
        padding-right: 20px;
}

br.clear {
        clear: left;
}

.button {
	width:200px	}
	
a {
	text-decoration:none;
	color:#4472d0;
	}

a:hover {
	color:#999;
	}
