
/*This next bit of CSS is added by JOss to override the table CSS in the file thedealer.css, and for a few other changes to BOXY*/
table.boxy-wrapper {
    background: none;
    width: auto;
    border: none;
}

table.boxy-wrapper tr td {
    border-right: none;
    text-align: left;
}

table.boxy-wrapper form {
    width: 100%;
}

table.boxy-wrapper form div {
    margin-bottom: 0;
    padding: 0;
}

table.boxy-wrapper form div.error-message {
    margin-bottom: 10px;
    padding-left: 135px;
}

table.boxy-wrapper form label {
    float: left;
    text-align: right;
    width: 120px;
    font-family:'Century Gothic',verdana,helvetica,arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-right: 10px;
    padding-top: 12px;
    color: #000;
}

table.boxy-wrapper form input {
    clear: none;
    width: 617px;
    border: none;
    padding: 8px;
    background: url(../img/input-bg.gif) no-repeat;
    height: 22px;
}

table.boxy-wrapper form textarea {
    clear: none;
    width: 617px;
    border: none;
    padding: 8px;
    overflow: auto;
    height: 82px;
    background: transparent;
}

table.boxy-wrapper form div.textarea {
    background: url(../img/comments-bg.gif) no-repeat 129px 0;
    height: 102px;
}

/*#ie6 table.boxy-wrapper form div.textarea {
    background: url(../img/comments-bg.gif) no-repeat fixed 132px 0;
}*/


table.boxy-wrapper form div.submit {
    margin-left: 675px;
}

/*table.boxy-wrapper form div.submit input {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
}*/

table.boxy-wrapper form div.submit input {
    width: 84px;
    height: 29px;
    padding: 0;
    background: url(../img/submit.png) no-repeat 0 -30px;
}

table.boxy-wrapper form div.submit input:hover {
    background-position: 0 0px;
}

div#success-msg p {
    font-size: 16px;
    padding: 10px 0 100px 135px;
}

/* END of CSS added by Joss*/


.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../img/boxy-nw.png') no-repeat; }
	.boxy-wrapper .top-right { background: url('../img/boxy-ne.png') no-repeat; }
	.boxy-wrapper .bottom-right { background: url('../img/boxy-se.png') no-repeat; }
	.boxy-wrapper .bottom-left { background: url('../img/boxy-sw.png') no-repeat; }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 15px; background-color: white; padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 15px; background-color: white;padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #fff; padding: 20px 0 20px 150px; position: relative;}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-family:'Century Gothic',verdana,helvetica,arial,sans-serif; font-size: 14px; color: #000; line-height: 1; margin: 0; padding: 0; font-weight: bold; }
	    .boxy-wrapper .title-bar a.close {
		color: #000;
		background: url(../img/close-bg.gif) no-repeat right top;
		position: absolute;
		top: 6px;
		right: 6px;
		padding-right: 25px;
		padding-top: 2px;
		font-family:'Century Gothic',verdana,helvetica,arial,sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 1;
		text-decoration: none;
		height: 20px;
	    }

	    .boxy-wrapper .title-bar a:hover.close {text-decoration: underline;}
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
