.styledform form{
        min-width: 400px;
		font-size: 12px;
}

.styledform legend {
        margin: 0;
        padding: 0.2em 1em;
	font-weight: bold;
	font-size: 1.3em;
	background: white;
	border: 1px solid #ccc;
}

.styledform .multiple {
        width: 100%;
}

.styledform .field,
.styledform .multiple {
        clear: both;
        padding: 1% 0 0 0;
        margin: 0 0 0 0;
}

.styledform .field label,
.styledform .multiple p {
        cursor: pointer;
        width: 29%;
        margin: 0 1% 0 0;
        float: left;
        display: block;
        text-align: right;
        line-height: 150%;
        max-width: 150px;
        min-width: 50px;
}

.styledform .field input,
.styledform .field select,
.styledform .field textarea {
        float: left;
        display: block;
        margin: 0;
        max-width: 450px;
        padding:3px;
}
.styledform .field input[type=checkbox],.styledform .field input[type=radio]{
    width:auto;
}

.styledform .field input,
.styledform .field select,
.styledform .field textarea {
        border-top: 1px solid #d3d7cf;
        border-left: 1px solid #d3d7cf;
        border-bottom: 1px solid #eeeeec;
        border-right: 1px solid #eeeeec;
}

.styledform .required label {
        font-weight: bold;
}

.styledform .required input,
.styledform .required select,
.styledform .required textarea {
        /*border-top-color: #f57900;
        border-left-color: #f57900;
        border-bottom-color: #fcaf3e;
        border-right-color: #fcaf3e;*/
}

.styledform .multiple input,
.styledform .multiple select,
.styledform .multiple textarea {
        width: auto;
}

.styledform .multiple label {
        width: auto;
        text-align: left;
        padding: 0 1em 0 0.5em;
}

.styledform .submit input {
        min-width: 150px;
        text-align: center;
        margin: 0 0 0 1em;
        width: auto;
		border: 1px solid black;
}

.styledform input:focus,
.styledform textarea:focus,
.styledform selected:focus {
        border-top-color: #babdb6;
        border-left-color: #babdb6;
        border-bottom-color: #d3d7cf;
        border-right-color: #d3d7cf;
        background: #eeeeec;
}

.styledform span.error{
        font-weight: bold;
        margin: 0 1% 0 0;
        display: block;
        text-align: right;
        line-height: 150%;
        clear: both;
		color: #2f98d5;
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
		color: red;
}

.styledform span.help {
        font-weight: bold;
        margin: 0 1% 0 0;
        display: block;
        text-align: right;
        line-height: 150%;
        clear: both;
		color: #2f98d5;
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
		display: none;
}

.styledform div.error label {
        color: #ef2929;
}

.styledform div.error input,
.styledform div.error select,
.styledform div.error textarea,
.styledform input.error{
        background: #fdd0d0;
		background: #faebcc;
        border-top-color: #cc0000;
        border-left-color: #cc0000;
        border-bottom-color: #ef2929;
        border-right-color: #ef2929;
}

.styledform div.ok label {
        /*color: #73d216;*/
        font-weight: normal;
}

.styledform div.ok input,
.styledform div.ok select,
.styledform div.ok textarea {
        /*background: #caf2a3;*/
        border-top-color: #73d216;
        border-left-color: #73d216;
        border-bottom-color: #8ae234;
        border-right-color: #8ae234;
}

.styledform .icon {
        text-align: center;
        display: block;
        width: 20px;
        float: right;
        height: 18px;
        background: no-repeat 100% 50%;
}


.styledform .ok .icon {
        background-image: url("/images/common/check.png");
}

.styledform .error .icon {
        background-image: url("/images/common/cross.png");
}

.styledform p.sublegend{
	font-style: italic;
	font-size: 12px;
}

.styledform div.fieldError  {
	font-weight: bold;
        margin: 0 1% 0 0;
        display: block;
        text-align: right;
        line-height: 150%;
        clear: both;
		color: #2f98d5;
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
		color: red;
}
