.tbCapchaContainer {
    float: right;
    width: 100%;
}

.tbCapchaWrapper {
    float: right;
}

#tbCapchaInput {
    width: 5em;
}
#tbCapchaLabel {
    padding-right: 5px;
}
#tbCapchaText {
    float: right;
}
.orderform_label {
    color: black;
    width: 100%;
    float: left;
    display: block;
    background: none;
}
.orderform_input {
    color: black;
    width: 100%;
    float: left;
    display: block;
}
.orderform_button {
    
}
.formcust
{
width: 100%;
margin-left: 5px;
padding: 16px;
border: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
color: #999;
background-color: #eee;
font-size: 14px;
border: 1px solid #dddddd;
resize: none;
}

.formcustexpo
{
width: 100%;
padding: 4px;
border: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #999;
background-color: #eee;
font-size: 11px;
border: 1px solid #dddddd;
resize: none;
}


a.privacy
{
	color :blue !important;
}

a.privacy:visited;
{
	color :blue !important;
}

a.privacy:hover
{
	color: dodgerblue !important;
}