.contact #content
{
	position: relative;
	top: -30;
}

.contact #content #links ul
{
	position: relative;
	top: 29px;
	left: 522px;
	z-index: 1;
	width: 505px;
}

.contact #box
{
	width: 1024px;
	height: 712px;
	position: absolute;
	z-index: 0;
	background: url(images/bg.jpg) no-repeat;
}

fieldset
{
	border: 0;
	width: 729px;
}

#form
{
	width: 730px;
}

#form form
{
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	top: 81px;
	left: -182px;
}

input
{
	position: relative;
	width: 150px;
	top: 51px;
	left: 310px;
	border-color: #fff;
	border-width: 1px;
	border-style: none;
	background-color: #cdcdcd;
}

textarea
{
		border-color: #fff;
	border-width: 1px;
	border-style: none;
	background-color: #cdcdcd;
}

label
{
	position: relative;
	width: 150px;
	text-align: right;
	color: white;
	top: 52px;
	left: 225px;
	height: 25px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding: 0;
}

textarea
{
	position: relative;
	width: 183px;
	height: 65px;
	top: 124px;
	left: 376px;
}


#nameerror
{
	position: absolute;
	top: 50px;
	left: 535px;
}

#emailerror 
{
	position: absolute;
	top: 76px;
	left: 535px;
}

#nameerror p, #emailerror p
{
	color: red;
	font-weight: bold;
}

.french #nameerror p, #emailerror p
{
	width: 231px;
	position: relative;
	left: 76px;
}


#bulk
{
	position: relative;
	top: -71px;
}

#formbulk
{
	position: absolute;
}

#formbulk label
{
	position: relative;
	top: 189px;
}

#formbulk label.bulkyes
{
	position: relative;
	top: 216px;
	left: 191px;
}

#formbulk label.bulkno
{
	position: relative;
	top: 235px;
	left: 151px;
}

#formbulk input.yes
{
	position: relative;
	top: 216px;
	left: 225px;
	height: 14px;
	width: 14px;
}

#formbulk input.no
{
	position: relative;
	top: 234px;
	left: 190px;
	width: 14px;
	height: 14px;
}

.german #formbulk input.no
{
	position: relative;
	top: 234px;
	left: 178px;
	width: 14px;
	height: 14px;
}

/* English */
#formname label
{
	position: relative;
	left: 272px;
}
#formname input
{
	position: relative;
	left: 300px;
	top: 51px;
}

#formemail label
{
	position: relative;
	top: 59px;
	left: 274px;
}

#formemail input
{
	position: relative;
	left: 303px;
	top: 59px;
	z-index: 2;
}

#formphone label
{
	position: relative;
	left: 234px;
	top: 68px;
}

#formphone input
{
	position: relative;
	left: 264px;
	top: 68px;
}

#formcomments label
{
	position: relative;
	left: 274px;
	top: 13px;
}

#formcomments textarea
{
	position: relative;
	top: 79px;
	left: 303px;
	width: 201px;
	height: 78px;
}

#formcompany label.bulk
{
	position: absolute;
	top: -23px;
	left: -171px;
}

#formcompany input
{
	position: absolute;
	top: -25px;
	left: 1px;
}


#formaddress
{
	position: absolute;
	width: 202px;
	height: 121px;
	top: 303px;
	left: 363px;
}
#formaddress label
{
	position: relative;
	top: 236px;
}

#formaddress #streetone
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 0;
}

#formaddress label#streetone
{
	position: absolute;
	left: -175px;
	top: 3px;
}

#formaddress #streettwo
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 25px;
}

#formaddress label#streettwo
{
	left: -176px;
	position: absolute;
	top: 30px;
}

#formaddress #city
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 50px;
}

#formaddress label#city
{
	left: -175px;
	position: absolute;
	top: 55px;
}

#formaddress #state
{
	position: absolute;
	left: 0;
	width: 45px;
	top: 74px;
}

#formaddress label#state
{
	left: -67px;
	position: absolute;
	top: 77px;
}

#formaddress #zip
{
	position: absolute;
	left: 107px;
	width: 45px;
	top: 75px;
}

#formaddress label#zip
{
	left: 49px;
	position: absolute;
	top: 78px;
}

.french #formaddress label#zip
{
	position: relative;
	width: 100px;
	margin-left: -50px;
}

#formaddress #country
{
	position: absolute;
	width: 124px;
	top: 101px;
	left: 0;
}

#formaddress label#country
{
	left: -147px;
	position: absolute;
	top: 106px;
}



/* German */
.german #formname input
{
	position: relative;
	left: 298px;
	top: 51px;
}

.german #formname label
{
	position: relative;
	left: 282px;
}

.german #formemail label
{
	position: relative;
	top: 59px;
	left: 278px;
}

.german #formemail input
{
	position: relative;
	left: 293px;
	top: 59px;
	z-index: 2;
}

.german #formphone label
{
	position: relative;
	left: 226px;
	top: 68px;
}

.german #formphone input
{
	position: relative;
	left: 240px;
	top: 70px;
}

.german #formcomments label
{
	position: relative;
	left: 267px;
	top: 18px;
}

.german #formcomments textarea
{
	position: relative;
	top: 79px;
	left: 283px;
	width: 201px;
	height: 78px;
}



.german #formcompany label.bulk
{
	position: absolute;
	top: 3px;
	left: -170px;
}

.german #formcompany input
{
	position: absolute;
	top: 1px;
	left: 1px;
}


.german #formaddress
{
	position: absolute;
	width: 202px;
	height: 121px;
	top: 280px;
	left: 363px;
}
.german #formaddress label
{
	position: relative;
	top: 236px;
}

.german #formaddress #streetone
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 25px;
}

.german #formaddress label#streetone
{
	position: absolute;
	left: -172px;
	top: 28px;
}

.german #formaddress #streettwo
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 49px;
}

.german #formaddress label#streettwo
{
	left: -173px;
	position: absolute;
	top: 51px;
}

.german #formaddress #city
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 73px;
}

.german #formaddress label#city
{
	left: -176px;
	position: absolute;
	top: 77px;
}

.german #formaddress #state
{
	position: absolute;
	left: 0;
	width: 45px;
	top: 101px;
}

.german #formaddress label#state
{
	left: -67px;
	position: absolute;
	top: 104px;
}

.german #formaddress #zip
{
	position: absolute;
	left: 107px;
	width: 45px;
	top: 101px;
}

.german #formaddress label#zip
{
	left: 48px;
	position: absolute;
	top: 104px;
}

.german #formaddress #country
{
	position: absolute;
	width: 124px;
	top: 128px;
	left: 0;
}

.german #formaddress label#country
{
	left: -146px;
	position: absolute;
	top: 133px;
}


/* French */
.french #formname input
{
	position: relative;
	left: 382px;
	top: 50px;
}

.french #formname label
{
	position: relative;
	left: 365px;
}

.french #formemail label
{
	position: relative;
	top: 59px;
	left: 239px;
}

.french #formemail input
{
	position: relative;
	left: 255px;
	top: 59px;
	z-index: 2;
}

.french #formphone label
{
	position: relative;
	left: 226px;
	top: 68px;
}

.french #formphone input
{
	position: relative;
	left: 240px;
	top: 70px;
}

.french #formcomments label
{
	position: relative;
	left: 341px;
	top: 12px;
}

.french #formcomments textarea
{
	position: relative;
	top: 79px;
	left: 357px;
	width: 201px;
	height: 78px;
}



.french #formcompany label.bulk
{
	position: absolute;
	top: 3px;
	left: -170px;
}

.french #formcompany input
{
	position: absolute;
	top: 1px;
	left: 1px;
}


.french #formaddress
{
	position: absolute;
	width: 202px;
	height: 121px;
	top: 280px;
	left: 363px;
}
.french #formaddress label
{
	position: relative;
	top: 236px;
}

.french #formaddress #streetone
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 25px;
}

.french #formaddress label#streetone
{
	position: absolute;
	left: -172px;
	top: 28px;
}

.french #formaddress #streettwo
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 49px;
}

.french #formaddress label#streettwo
{
	left: -173px;
	position: absolute;
	top: 51px;
}

.french #formaddress #city
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 73px;
}

.french #formaddress label#city
{
	left: -176px;
	position: absolute;
	top: 77px;
}

.french #formaddress #state
{
	position: absolute;
	left: 0;
	width: 45px;
	top: 101px;
}

.french #formaddress label#state
{
	left: -67px;
	position: absolute;
	top: 104px;
}

.french #formaddress #zip
{
	position: absolute;
	left: 107px;
	width: 45px;
	top: 101px;
}

.french #formaddress label#zip
{
	left: 48px;
	position: absolute;
	top: 104px;
}

.french #formaddress #country
{
	position: absolute;
	width: 124px;
	top: 128px;
	left: 0;
}

.french #formaddress label#country
{
	left: -146px;
	position: absolute;
	top: 133px;
}


.french #formbulk label
{
	position: relative;
	top: 188px;
}

.french #formbulk label.bulkyes
{
	position: relative;
	top: 216px;
	left: 195px;
}

.french #formbulk label.bulkno
{
	position: relative;
	top: 235px;
	left: 151px;
}

.french #formbulk input.yes
{
	position: relative;
	top: 216px;
	left: 209px;
	height: 14px;
	width: 14px;
}


.french #formbulk input.no
{
	position: relative;
	top: 234px;
	left: 166px;
	width: 14px;
	height: 14px;
}

/* end french */

/* Spanish */
.spanish #formname input
{
	position: relative;
	left: 314px;
	top: 50px;
}

.spanish #formname label
{
	position: relative;
	left: 297px;
}

.spanish #formemail label
{
	position: relative;
	top: 59px;
	left: 239px;
}

.spanish #formemail input
{
	position: relative;
	left: 255px;
	top: 59px;
	z-index: 2;
}

.spanish #formphone label
{
	position: relative;
	left: 236px;
	top: 68px;
}

.spanish #formphone input
{
	position: relative;
	left: 254px;
	top: 70px;
}

.spanish #formcomments label
{
	position: relative;
	left: 273px;
	top: 12px;
}

.spanish #formcomments textarea
{
	position: relative;
	top: 79px;
	left: 292px;
	width: 201px;
	height: 78px;
}



.spanish #formcompany label.bulk
{
	position: absolute;
	top: 3px;
	left: -170px;
}

.spanish #formcompany input
{
	position: absolute;
	top: 1px;
	left: 1px;
}


.spanish #formaddress
{
	position: absolute;
	width: 202px;
	height: 121px;
	top: 280px;
	left: 367px;
}
.spanish #formaddress label
{
	position: relative;
	top: 236px;
}

.spanish #formaddress #streetone
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 25px;
}

.spanish #formaddress label#streetone
{
	position: absolute;
	left: -172px;
	top: 28px;
}

.spanish #formaddress #streettwo
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 49px;
}

.spanish #formaddress label#streettwo
{
	left: -173px;
	position: absolute;
	top: 51px;
}

.spanish #formaddress #city
{
	position: absolute;
	left: 0;
	width: 152px;
	top: 73px;
}

.spanish #formaddress label#city
{
	left: -176px;
	position: absolute;
	top: 77px;
}

.spanish #formaddress #state
{
	position: absolute;
	left: 0;
	width: 45px;
	top: 101px;
}

.spanish #formaddress label#state
{
	left: -67px;
	position: absolute;
	top: 104px;
}

.spanish #formaddress #zip
{
	position: absolute;
	left: 107px;
	width: 45px;
	top: 101px;
}

.spanish #formaddress label#zip
{
	left: 48px;
	position: absolute;
	top: 104px;
}

.spanish #formaddress #country
{
	position: absolute;
	width: 124px;
	top: 128px;
	left: 0;
}

.spanish #formaddress label#country
{
	left: -146px;
	position: absolute;
	top: 133px;
}


.spanish #formbulk label
{
	position: relative;
	top: 188px;
}

.spanish #formbulk label.bulkyes
{
	position: relative;
	top: 216px;
	left: 195px;
}

.spanish #formbulk label.bulkno
{
	position: relative;
	top: 235px;
	left: 151px;
}

.spanish #formbulk input.yes
{
	position: relative;
	top: 216px;
	left: 212px;
	height: 14px;
	width: 14px;
}


.spanish #formbulk input.no
{
	position: relative;
	top: 234px;
	left: 166px;
	width: 14px;
	height: 14px;
}



input.submit
{
	position: relative;
	left: 481px;
	width: 83px;
	top: 368px;
	background: white;
	border: none;
}
