.clear
{
	clear:both;
}

.pricechart
{
	font-size:13px;
	margin-bottom:20px;
}

#form {
    margin:0;
    padding:0;
}

#form h2 {
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left:10px;
}

#form p {
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#form a {
    border-style:none;
    outline:none;
}

#form .tws-form-group {
    margin:10px 0;
    padding:0;
}

#form .tws-contact-row {
    margin:0 0 8px 0;
    clear:both;
}

#form .tws-captcha-row {
    margin:0 0 8px 130px;
    clear:both; 
}

#form .tws-captcha-row img {
    margin:0;
    border:1px solid #ccc;
    float:none;
}

#form .tws-captcha-row img.reload {
    border:0;
    margin-left:10px;
}

#form .tws-button-row {
    margin:0 0 8px 258px;
    clear:both;
}

#form label, #form input, #form button, #form select {
    display:inline-block;
}

#form label {
    text-align:right;
    margin:0 8px 0 0;
    width:120px;
    vertical-align:top;
	font-size:12px;
}

#form label.error {
   width:auto;
   padding:0 0 0 8px;
   color:#ff0000;
}

#form label span {
   color:#ff0000;
}

#form textarea {
    resize:none;
    width:300px;
    height:125px;
}

#form button {
    margin:0 0 8px 100px;
	padding:5px;
}


/* TERMS AND CONDITIONS */

#form .tws-terms-row {
    margin:0 0 8px 0;
    clear:both;
}

#form .tws-terms-row span.terms {
    width:330px;
    display:inline-block;
}

#form .tws-terms-row input {
    vertical-align:top;
    margin-top:3px;
}

#form .tws-terms-row span.terms {
    padding:0 0 0 8px;
}

#form .tws-terms-row label.error {
    margin-left:260px;
}


/* CHECKBOX GROUP */

#form .tws-checkbox-group {
    float:left;
    margin-bottom:10px;
    width:400px;
}

#form .tws-checkbox-group-label {
    float:left;
}


/* GALLERY */
#tws-gallery-list, #tws-gallery {
    margin:0;
    padding:0;
}

#tws-gallery-list li {
    list-style-type:none;
    clear:both;
}

#tws-gallery-list li a {
    float:left;
    text-decoration:none;
}

#tws-gallery-list li p {
    clear:both;
}

#tws-gallery-list .thumb, #tws-gallery-list .description {
    float:left;
}

#tws-gallery-list .thumb {
    width:16%;
}

#tws-gallery-list .description {
    width:80%;
}

#tws-gallery-list li img {
    float:left;
    margin:0 20px 0 0;
    border:4px solid #fff;
    border-width:3px;
}

#tws-gallery li {
    list-style-type:none;
    display:inline-block;
    min-height:78px;
	margin:10px;
}

#tws-gallery li {
    _display:inline;
}

#tws-gallery li a {
    text-decoration:none;
}

#tws-gallery li img{
    float:left!important;
    border:4px solid #fff;
    border-width:4px;
    text-align:center;
    margin-right:0;
	width:80px;
}

#tws-gallery-list li a:hover img, #tws-gallery li a:hover img {
    border:4px solid #ddd;
    border-width:4px;
}