#notify form {
    margin:0;
    padding:0;
}
#notify label {
    float:left;
    width:100px;
    padding:0 1em;
    text-align:left;
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
}
#notify div {
    margin-bottom:.5em;
    padding:0;
    display:block;
}
#notify div input, #notify div textarea {
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
    width:150px;
    border-top:1px solid #555;
    border-left:1px solid #555;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:1px;
    color:#333;
}
#notify  div select {
    padding:1px;
}
div.fm-multi div {
    margin:5px 0;
}
div.fm-multi input {
    width:1em;
}
div.fm-multi label {
    display:block;
    width:200px;
    padding-left:5em;
    text-align:left;
}
#fm-submit {
    padding-top:1em;
    text-align:center;
}
#notify #fm-submit input {
	font-family:Georgia, "Times New Roman", Times, serif;
    border:1px solid #CCCCCC;
    padding:2px 1em;
    background:#E3E2E3;
    color:#4C484C;
	font-size:12px;
	font-weight:bold;
	
}
#notify input:focus,textarea:focus {
    background:#efefef;
    color:#000;
}
#notify fieldset div.fm-req {
    font-weight:bold;
}
#notify fieldset div.fm-req label:before {
    content:"* ";
}

p#fm-intro {
    margin:0;
}

p.callBack {
font-family:"Trebuchet MS", Georgia, "Times New Roman";

}