    
p.myform, h1.myform, form.myform, button.myform {
    border: 0; 
    margin: 0; 
    padding: 0;
}

.myform{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    width: 400px;
}

#stylized{

}
.cont {    
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    width: 400px;
	color:#bf6801;
	margin-top: 7px;
	border-top:solid 1px #C7C6C6;
}

#stylized h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
	color: #0198C5;
}
#stylized p{
    font-size:11px;
    color:#bf6801;
    margin-bottom:10px;
    border-bottom:solid 0px #C7C6C6;
    padding-bottom:10px;
}
#stylized label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}
#stylized .small{
    color:#b9bc96;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
#stylized input,
#stylized textarea {
    background:#440204;
    float:left;
    font-size:11px;
    padding:4px 2px;
    border:solid 1px #690200;
    width: 200px;
    margin: 2px 0 10px 10px;
	color:#b9bc96;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	overflow:hidden;
}
#stylized .button{
    background:#440204 url(button.png) no-repeat;
    text-align:center;
    color:#b9bc96;
    font-size:11px;
    font-weight:bold;
	width:205px;
}

textarea {
    height:100px;
}
textarea:focus, input:focus {
    border: 1px solid #990204 !important;
}

