/* Reset some common tags */
html, body, div, ul, ol, dl, dd, dt li, h1, h2, h3, h4, h5, p, a, form, blockquote, img, a img, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
}



html {
        font-family: verdana,arial,sans-serif;
        font-size: 10pt;
background: url("/media/images/locator/bg_form_locator.png") repeat-x scroll 0 0 #E5E5E5;
    display: inline;
    float: left;
    padding: 15px 0 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

    .yiiForm {

    }

    label {
        float: left;
        width: 200px;
    }
    input{
        float: left;
        width: 300px;
    }
    .simple {

        display: block;
        clear: both;
        padding: 0 0 10px 10px;
        margin: 10px 0 10px 0;
    }
    textarea {
        float: left;
        width: 300px;
    }

input.submit {
			width: 53px;
			height: 21px;
			float: left;
			background: url(/media/images/button_locator.png) 0 0 no-repeat;
			border: 0;
			text-transform: uppercase;
			font-size: 10px;
			color: #474607;
			cursor: pointer;
	}

