form#Form {
	display: block;
	margin: 0 20px 0 20px;
	padding: 0;
	width: 430px;
}
form#Form fieldset {
	border: none;
	display: block;
	padding: 15px 0 0 0;
	*padding-top: 0; /*to lose the added whitespace line in IEs*/
	margin: 0 0 20px 0;
}
form#Form legend {
	display: none;
}
form#Form dl {
	display: block;
	padding: 3px;
	position: relative;
	border-bottom: none;
}
form#Form dl.CheckBox {
	padding: 2px 5px !important;
}
form#Form dt {
	width: 410px;
	padding: 2px 0 0 0;
	overflow: hidden;
}
form#Form dl.CheckBox dt {
	width: 410px;
}
form#Form dd {
	width: 410px;
	padding: 0;
}
form#Form dd input.InputText {
	display: block;
	padding: 3px 5px;
	border: 1px solid #CBCBE9;
	width: 408px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
    background: url(../_images_gen/form_input_bg.png) top left repeat-x;
}
form#Form select {
	max-width: 420px;
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#Form select option {
    background: url(../_images_gen/form_input_bg.png) top left repeat-x;
}
option.DefaultOption {
	color: #999999 !important;
}
form#Form dd textarea {
	display: block;
	padding: 5px;
	border: 1px solid #CBCBE9;
	width: 408px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	overflow: auto;
	line-height: 1.5em;
    background: #F5F3F4 url(../_images_gen/form_input_bg.png) top left repeat-x;
}
.DLError  {
	border: 1px dotted #990000 !important;
}
.ErrorBox {
	/*position: absolute;
	right: -207px;
    top: 23px;
	width: 200px !important;*/
	background: #F00;
	color: #FFF;
	font-weight: bold;
}
/*div#LicensingForm .ErrorBox {
	right: none;
    left: -205px;
}*/
.ErrorBox p {
	margin: 0 !important;
	padding: 3px 10px !important;
}
.ErrorBox a {
	color: #FF0 !important;
}
.Error {
	color: #FF0000;
	font-weight: bold;
}
p.PostButton {
	text-align: left;
	margin: 0 !important;
	padding: 15px 0 0 5px !important;
}


input#submit_button, input#cancel_button {
    background: url(../_images_gen/search_button.png) top left no-repeat;
    border: none;
    width: 100px;
    height: 26px;
    cursor: pointer;
    color: #FFF;
    padding: 0 0 6px 0;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
div#LicensingForm input#submit_button, div#LicensingForm input#cancel_button {
    background: url(../_images_gen/search_button_175.png) top left no-repeat;
    width: 175px;
}
input#submit_button:hover, input#cancel_button:hover {
    background-image: url(../../pm4s/_images_gen/search_button_hover.png);
}
.CFTextSpecial {
	display: none !important;
}
