    
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 auto;
    width: 400px;
    padding:14px;
}

#stylized{
    border: solid 2px #C7C6C6;
    background: #F5F5F5;
}
.cont {    
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    width: 400px;
	color:#666666;
	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:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #C7C6C6;
    padding-bottom:10px;
}
#stylized label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}
#stylized .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
#stylized input,
#stylized textarea {
    float:left;
    font-size:11px;
    padding:4px 2px;
    border:solid 1px #C7C6C6;
    width: 200px;
    margin: 2px 0 20px 10px;
	color:#0198C5;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#stylized .button{
    background:#FFFFFF url(button.png) no-repeat;
    text-align:center;
    color:#0198C5;
    font-size:11px;
    font-weight:bold;
	width:205px;
}

textarea {
    height:100px;
}
textarea:focus, input:focus {
    border: 1px solid #0198C5 !important;
}

