body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0; text-align: center;
}
html, button, input, select, textarea {
    color: #222222;
    font-family: 'FrutigerOTCondensedLight','Myriad Pro',Arial,Helvetica,Tahoma,sans-serif;
}
.mcon {
    background: url("../images/conbg.gif") repeat scroll 0 0 #FFD564;
    border-bottom: 1px solid white;
    color: black;
    display: block;
    padding: 20px;
    position: relative;
}
.w980 {
	width: 540px;
	display: block;
    margin: 0 auto;
    min-height: 600px;
    position: relative;
    text-align: left;
}
.mcon input[type="submit"] {
	width: 75px;background: none repeat scroll 0 0 black;
    color: white;
    margin-right: 0;
}
.mcon input {
	width: 110px;
	padding: 12px 6px 10px;
	background: url("../images/inputbg.gif") repeat scroll 0 0 white;
    border: medium none;
    font-size: 13px;
    margin-right: 15px;
}
.mcon input.err {
    background: url("../images/inputbgerr.gif") repeat scroll 0 0 white;
}
.mcon .errmess {
    color: #D80000;
    font-size: 14px;
    padding-top: 10px;
}

.mcon .send {
    color: green;
    font-size: 14px;
    padding-top: 10px;
}