div.boxSpan { overflow:hidden }
span.lpContentsItem.richTextSpan { display:block }
span.lpContentsItem p:first-child { margin-top:0 }
a.lpImageLink img { border:none }
form.lpeRegForm {
	margin:0;
	padding:0
}
form.lpeRegForm ul {
	font-size:0.875em;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
form.lpeRegForm li {
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	clear:both
}
form.lpeRegForm label {
	padding-right:20px;
	float:left;
	text-align:left
}
form.lpeRegForm li.mktLblRight label { float:none }
form.lpeRegForm li.mktLblRight input[type='checkbox'] {
	position:relative;
	left:-4px
}
form.lpeRegForm ul.mktLblCenter label { text-align:right }
form.lpeRegForm ul.mktLblAbove span.mktInput { clear:both }
form.lpeRegForm ul.mktLblAbove label { padding-left:10px }
form.lpeRegForm ul.mktLblAbove li.mktFormReq label { background:url('https://www.workday.com/Images/landing/requiredField.gif') no-repeat -5px 0; }
form.lpeRegForm ul.mktLblAbove li#mktFrmButtons label { display:none; }
form.lpeRegForm li.mktFormReq label {
	font-weight:bold;
	background:url('https://www.workday.com/Images/landing/requiredField.gif') no-repeat right 5px;
	font-size:0.875em;
}
span.mktError {
	text-align:left;
	position:relative
}
span.mktError input { background:#ECEFFF }
span.mktError span.mktFormMsg {
	display:block;
	top:-8px;
	xcolor:#8C8FFF;
	color:red;
	font-size:0.5625em;
	width:200px;
	clear:both;
}
form.lpeRegForm ul input {
	font-size:0.625em;
	color:#4D4D4D;
}
form.lpeRegForm ul input[type='text'] {
	font-size:0.75em;
	color:#4D4D4D;
}
form.lpeRegForm ul textarea {
	font-size:0.75em;
	color:#4D4D4D;
}
form.lpeRegForm ul select {
	font-size:0.75em;
	color:#4D4D4D;
	height:24px;
}
form.lpeRegForm .mktInput { padding-left:0 }
form.lpeRegForm label {
	padding-top:2px
}
form.lpeRegForm input.mktFormText { width:203px }
form.lpeRegForm textarea { width:175px }
form.lpeRegForm select {
	width:205px;
	/*background: url("https://www.workday.com/Images/landing/input-bg.png") no-repeat scroll left top transparent;*/
}
#mktFrmSubmit {
	background: #f6a01a;
	padding: 10px 13px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 2px 2px rgba(0, 46, 96, 0.4);
	-moz-box-shadow: 0 2px 2px rgba(0, 46, 96, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 46, 96, 0.4);
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-width: 0px;
	border-style: none;
	cursor:pointer;
	margin:10px 0;
	white-space:nowrap;
}
#mktFrmSubmit:hover {
	box-shadow: 0 2px 2px rgba(0, 46, 96, 0.6);
	-moz-box-shadow: 0 2px 2px rgba(0, 46, 96, 0.6);
	-webkit-box-shadow: 0 2px 2px rgba(0, 46, 96, 0.6); 
	background-color:#F90;

}
#mktFrmSubmit:active { background: #f6a01a; /* for non-css3 browsers */ }



/*
#mktFrmSubmit {
	border: solid 2px #0067ac;
	display:block;
	margin: 10px 0px;
	
	border-radius: 0.7em;
	-web-kit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); 
	
	background: #0067ac;
	background: -moz-linear-gradient(top,  #0067ac 0%, #003767 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0067ac), color-stop(100%,#003767));
	background: -webkit-linear-gradient(top,  #0067ac 0%,#003767 100%); 
	background: -o-linear-gradient(top,  #0067ac 0%,#003767 100%); 
	background: -ms-linear-gradient(top,  #0067ac 0%,#003767 100%);
	background: linear-gradient(top,  #0067ac 0%,#003767 100%);
			
	clear: both;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
	width: 170px;
}
#mktFrmSubmit:hover {
	background: #0067AC;
background: -moz-linear-gradient(top,  #003767 0%, #0067ac 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003767), color-stop(100%,#0067ac)); 
background: -webkit-linear-gradient(top,  #003767 0%,#0067ac 100%);
background: -o-linear-gradient(top,  #003767 0%,#0067ac 100%); 
background: -ms-linear-gradient(top,  #003767 0%,#0067ac 100%);
background: linear-gradient(top,  #003767 0%,#0067ac 100%);


}
#mktFrmSubmit:active { background: #0067ac;  }
*/





