.cssform p{
width: 560px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 230px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -230px; /*width of left column*/
width: 225px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.cssform textarea{
width: 270px;
height: 70px;
}

/*.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;
}

fieldset { border:1px solid green;
	margin-left: 5px;
	padding: 5px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }

#banner{
  background-image: url(../images/registration-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0 0 250px;
  height: 75px;
  width: 350px;
}

#banner h2 {

  padding-left: 100px;
  padding-top: 26px
}
#title {
  padding: 2px 7px 2px 7px;
  border: thin dotted #D2D2D2;

}

#formregis {
  margin-left: 0px;
}

#quotation {
  margin: 5px;
  border: 1px solid #FFFF33;
}
#quotationheader {
  text-align: center;
}
#quotationheader h3 {
  margin-right: 15px;
  font-size: 1.5em;
}
#quotationheader p {

  margin-right: 15px;
  font-size: 0.85em;
  margin-top: -20px;
  text-align: right;
}
#quotationheader img {

}
#quotationbody {
  margin: 10px;
}
#quotationbody table {
  text-align: center;
}
#quotationbody table tr {
  border: 1px dashed #0000CC;
}
#quotationbody table th {
  border: 1px solid #0000CC;
  text-align: center;
}
#quotationbody table tr {
  border: 1px solid #0000CC;

}
#quotationbody table td {
  padding-left: 2px;
  border: 1px solid #0000CC;
  border-top: 0px;
}

#quotationby {
  text-align: right;
  margin-right: 20px;
}

#remark {
  font-size: 0.85em;
}

.link{
    cursor: pointer;
}

.domresult{
    padding-left:5px;
    background-color: #ffff00;
}
