.formplace input{
    color: #594A2D;
    font-family: "Lucida Grande","Trebuchet MS",serif;
    font-size: 12px;
    /*line-height: 24px;*/
    font-weight: bold;
    height: 20px;
}
.formplace form {
    width: 470px;
}
.formplace h2 {
    color: #b7950d;
    font-size: 16px;
    line-height: 18px;
    margin: 11px 0;
}
.formplace h2 span {
    color: #604e23 !important;
    font-size: 12px !important;
}
.formplace .frow {
    margin: 4px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #009BAC;
}
.formplace input.frow {
    margin: 0;
	color: #555;
	font-style:normal;
}
.formplace .frow-cont {
    width: 474px;
}
.formplace .frow input {
    display: inline;
    background: #FFF;
    border: 1px solid #c1c1c1;
	margin: 5px 0 5px 20px;
    width: 200px;
	height: 23px;
}
.jumpmenu {
    display: inline;
    background: #FFF;
    border: 1px solid #c1c1c1;
    width: 200px;
	height: 23px;
}
.textarea {
    display: inline;
    background: #FFF;
    border: 1px solid #c1c1c1;
    width: 200px;
	height: 50px;
}
.textarea_lg {
    display: inline;
    background: #FFF;
    border: 1px solid #c1c1c1;
    width: 200px;
	height: 125px;
}
.formplace .radios input {
    display: inline;
    width: auto;
    position:relative;
    top:0px;
    width:13px;
    height:13px;
    margin: 2px 2px 12px 8px;
    padding:0;
}
.formplace .radios input.styled {
	display:none;
}
.formplace label {
    font-weight: bold;
}
.formplace .frow-fragment {
    float: left;
}
.formplace .frow-fragment input, 
.formplace .frow-fragment select {
    display: block;
}
.formplace .frow-fragment input {
    background: #f1f1f1;
    border: 0;
    width: 180px;
    *width: 176px;
}
.formplace #citycont {
    width: 260px;
}
.formplace #citycont input {
    width: 100%;
}
.formplace #statecont {
}
.formplace #statecont select {
    width: 150px;
}
.formplace #statecont {
    float: right;
    width: 150px;
}
.formplace #zipcont {
    width: 176px;
}
.formplace #zipcont input {
    width: 162px;
}
.formplace #faxcont input {
    width: 245px;
}
.formplace .cl {
    clear: both;
    padding-top: 1px;
    line-height: 1px;
    font-size: 1px;
}
.formplace .form-sep {
    height: 1px;
    background: #ebebeb;
    line-height: 1px;
    margin: 10px 0;
}
.formplace #fax {
    width: 140px;
}
.formplace em {
    display: block;
    font-style: normal;
}
.ccard label {
}

.submit-place {
    text-align: right;
}
.payment-method {
    margin-bottom: 15px;
}
.formplace input.checkbox {
    position: relative;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    height: auto !important;
}
.formplace .course select {
    width: 140px;
}
.formplace h3 {
    font-size: 12px;
    margin: 10px 0 0 0;
    padding: 0;
}

p.radios {
	padding:0;
	margin:0;
	line-height:12px;
}
div.radios {
	padding-bottom:5px;
}
p.radios label {
	margin-right:10px;
	float:left;
	margin-top:5px;
}



span.checkbox {
	width: 19px;
	height: 20px;
	padding: 0 2px 0 0;
	background: url(../img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 2px 0 0;
	background: url(../img/radio.gif) no-repeat;
	float: left;
}
