﻿
/* Form */
.cssform {margin:30px 0px;padding:0px 100px;}

.cssform p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border:0!important;
border-top: 1px dashed #666!important;
height: 1%;
}

.cssform .legend
{
	border:0px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	text-align:center;
	padding-left:0px;
}

.cssform label{
font-weight: bold;
color:#373731;
float: left;
margin-top:5px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform select, .cssform input[type=text]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
border:1px solid #EDE7E1;
color:#373731;
padding:2px;
}
.cssform .myCheckBox { 
border:1px solid #EDE7E1;
color:#373731;
padding:2px;
}


.cssform select:hover, .cssform input:hover, .cssform TEXTAREA:hover{
border:1px solid #FC7001;
}

.cssform legend {
	padding: 0 3px;
	border:1px
}
.cssform .small
{width:55px;}

.cssform textarea{
width: 250px;
height: 150px;
border:1px solid #EDE7E1;
color:#373731;
padding:2px;
}

/*.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 */

.cssform .Country
{
	width:150px;
}

/* za IE6 */
.cssform .check 
{
	width:15px;
	height:15px;
	border:0px;
}

