@charset "utf-8";
/* CSS Document */
#formwrapper{
width:800px;
height:auto;
margin:0 auto;
background: #F7F7F7;
border:#999999 dashed 1px;
padding:15px;
margin-top:14px;
}
.texta {
 font-size: 10px;
 background-color:#FFF;
 border: 1px solid #000;
 text-align:justify;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 165px; /*width of left column containing the label elements*/
height: 1%;
align:justify;
}

.submit{
background:url(../images/button.gif);
width:176px;
height:65px;
margin:0 auto;
border:hidden;

}

.submit_fr{
background:url(../images/button_fr.gif);
width:176px;
height:65px;
margin:0 auto;
border:hidden;

}

.cssform label{
font-weight: bold;
margin-left: -150px; /*width of left column*/
width: 280px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding-left:10px;
align:justify;
font-size:20px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
height: 20px;
float:right;
}

.cssform input[type="text"].mine{ /*width of text boxes. IE6 does not understand this attribute*/
width: 30px;
}


.cssform select{
width:180px;
}

.cssform textarea{
width: 180px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* form styles */
.formboxestext{
float:left;
width:520px;
color:#000;
}
.contentbox4category{
background-color:#fdfef8;
width:790px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
border:#000 dotted 1px;
padding:4px;
float:left;
margin-bottom:5px;
}
.contentbox4wideform{
background-color:#fdfef8;
width:780px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
border:#CCC dotted 1px;
padding:4px;
float:left;
margin-bottom:5px;
}
.formpricefloatright{
float:right;
width:100px;
background-color: #FFFFCC;
border:dashed #666666 1px;
padding-right:1px;
padding-left:5px;
font-size:18px;
font-weight:bolder;
color:#990000;
}
#user-details {
	float: left;
	width: 230px;
}

.quantitelabel{
font-size:10px;

}
.pricetextbig{
text-align:left;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color: #666666;
font-weight:bold;
}
.formfineprint{
font-size:9px;
}
