#RegistrationForm {
	min-height: 800px;
	*height: 800px;
	width: 520px;
	border-top: none;
}

#postform {
	padding: 0px 0px 0px 50px;
}

#postform  .caption {
	border-bottom: 1px dotted #6A6A6A;
	color: #3E3E3E;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
	font-weight: bold;
}

#postform  .text {
	padding: 10px 0px 0px 0px;
	text-align: right;
	color: #3E3E3E;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
	width: 130px;
}

#postform  .text a{
    color:#069EC0;
}
#postform  .text a:visited{
    color:#6A6A6A;
}
#postform  .text a:hover { 
    color: #6A6A6A
}

#postform  .input {
	padding: 10px 0px 0px 0px;
	color: #3E3E3E;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
}

#postform  input {
	border: 1px solid #DADADA;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	width: 200px;
}

#postform  input:focus {
	border: 1px solid #08CDF7;
}

#postform  textarea {
	border: 1px solid #DADADA;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	width: 200px;
}

#postform  textarea:focus {
	border: 1px solid #08CDF7;
}

#postform  select {
	border: 1px solid #DADADA;
	margin: 0px 0px 0px 5px;
}

#postform  select:focus {
	border: 1px solid #08CDF7;
}
#postform  #companycountry option {
	width:300px;
}

#postform  .error{
	color: #FF002A;
	font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 10px;
	padding: 6px 0px 0px 5px;
	height: 20px;
}

#postform  .conferencecheckbox{
	width: auto;
	margin: 0px 0px 0px 10px;
}

/* BUTTON NEXT */
#postform .submitbutton{
    height: 22px;
	width:auto;
    border:none;
    background: url(../images/crosshair.png) no-repeat top right;
    cursor:pointer;
	margin: 5px 0px 0px 20px;
	padding: 0px 25px 0px 0px;
	clear: both;
	color: #8F8F8F;
	float: right;
}

#postform .submitbutton:hover{
    background-position: right -22px;
	text-decoration: underline;
}

#postform .submitbutton:focus{
    border: none;
	text-decoration: underline;
}

/* BUTTON RETURN */
#postform .returnbutton{
    height: 22px;
	width:auto;
    border:none;
    background: url(../images/crosshair.png) no-repeat top left;
    cursor:pointer;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	clear: both;
	color: #8F8F8F;
	float: right;
}

#postform .returnbutton:hover{
    background-position: left -22px;
	text-decoration: underline;
}

#postform .returnbutton:focus{
    border: none;
	text-decoration: underline;
}

#postform .requiredstar {
	color: red;
	padding: 0px 3px 0px 0px;
}

#postform #days {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: #9A9A9A;
	width: 100%;
	clear: both;
}

#postform .conferencecalendar img{
	margin: 10px 0px 0px 0px;
}

#postform #total{
	color: #069EC0;
	padding: 10px 0px 0px 10px;
}

/* RETURN TEXT */
#postform  .inputreturn {
	padding: 10px 0px 0px 10px;
	text-align: left;
	color: #069EC0;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
	font-weight: bold;
}

#postform .returntext {
	padding: 10px 0px 0px 0px;
	text-align: left;
	color: #000000;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
	font-style: italic;
}

#postform .senderror {
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #FF2A00;
    font-family: Verdana, Lucida sans typewriter,Arial;
    font-size: 12px;
	font-style: italic;
}

#postform #hotelarrival {
	float: left;
	padding:0;
	margin: 10px 0px 0px 10px;
	width: 100px;
	color: #000000;
}

#postform #hoteldeparture {
	float: left;
	padding:0;
	margin: 10px 0px 0px 10px;
	width: 100px;
	color: #000000;
}

#postform .conferencecalendar {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 5px;
}


