/**** Form Section ****/


/* Forms */

.formWrapper
{
	width: 408px;
	margin: 26px 0;
	padding: 16px;
	background-color: #f0f0f0;
}
div.form {
	margin: 16px 0;
}
div.small-form {
	padding-left: 3px;
}
div.form .row {
	margin: 8px 0;
}
div.form .field, div.form .label{
	float: left;
}
div.small-form .field{
	width: 170px;
}
div.small-form .label{
	width: 110px;
}
div.small-form input[type="text"], div.small-form input[type="password"]{
	width: 170px;
	border: 1px solid #e0e0e0;
	padding: 5px 3px;
	background-color: #fff;
}
div.small-form .label.checkbox{
	width: auto !important;
	margin-right: 10px;
}
div.small-form .field.checkbox{
	width: auto !important;
}
div.small-form .field.checkbox input{
	margin-left: 0;
}
div.form label{
	color: #333;
	font-size: 85%;
	display: block;
}
div.rightText { padding-right: 19px !important; margin-bottom: 8px !important; }
.rightText, .rightText li, .rightText legend {text-align:right;}
.rightText li { display: block; padding-top:0px !important; }
.rightText legend { display: block; float: right; padding-top:0px !important; font-size: 85%; color: #444444;  }
.formWrapper form ul
{
	width: 370px;
	list-style-type:none;
	margin:0;
	padding:0;
}
.formWrapper #contactForm ul {width:380px;}
.formWrapper #contactForm fieldset {
	padding-right:15px !important;
}
.formWrapper #contactForm select {float:right;}
.formWrapper form li
{
	float: left;
	display:block;
	margin:0 !important;
	padding:0 0 4px 0;
	position:relative;
	width:100%;
}
.formWrapper input.text.medium {
	border:1px solid #ABABAB;
	padding:5px;
	width:190px;
}
.formWrapper form li div.left
{
	width: 96px;
	float: left;
	padding: 0 0 0 16px;
	margin-right: 4px;
	text-align: right;
}
.formWrapper form li div.left label
{
	float: right;
	display: block;
	text-align: right;
	padding-top: 6px;
	line-height: 13px !important;
}
.formWrapper form li div.left label.two-lines
{
	padding-top: 0;
}
.formWrapper form div.requiredField label.two-lines
{
	background-position: 100% 94%;
}
.formWrapper form div.requiredField label.three-lines
{
	background-position: 100% 95%;
}
.formWrapper form div.requiredField label.four-lines
{
	background-position: 100% 96%;
}
.formWrapper form div.requiredField label.five-lines
{
	background-position: 100% 98%;
}
.formWrapper span.requiredField
{
	display: block;
	float: right;
	font-size: 77%;
	margin-right: 0 !important;
	padding-left: 10px !important;
	background: url(/images/redAsterisk.gif) no-repeat 0 2px;
}
.formWrapper form li div.left
{
	margin-bottom: 8px;
}
.formWrapper form li div.right
{
	width: 220px;
	float: right;
	margin-bottom: 8px;
	text-align:right;
}
.formWrapper form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.formWrapper buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.formWrapper buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}
.formWrapper * html form li
{height:1%;}
.formWrapper * html .buttons
{height:1%;}
.formWrapper * html form li div
{display:inline-block;}
.formWrapper form li div
{
	color:#444;
	margin:0;
	padding:0;
}
.formWrapper .medium {margin:0;}
.formWrapper .clear
{clear:both;}
.formWrapper form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}
.formWrapper .form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}
.formWrapper .form_description[class]
{display:block;}
.formWrapper form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}
.formWrapper form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}
.formWrapper form hr
{display:none;}
.formWrapper form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}
.formWrapper form .section_break h3
{
	font-size:200%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}
.formWrapper form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}
/**** Buttons ****/
.formWrapper input.button_text
{
	overflow:visible;
	padding:0 7px;
	float:left;
	width:auto;
}
.formWrapper buttons input
{
	font-size:120%;
	margin-right:5px;
}
.formWrapper button.submitBtn {
	width: 76px;
	height: 25px;
	display: block;
	padding: 0;
	border: none;
	background: url(/images/submit-btn.gif);
	text-indent: -9999px;
	outline: none !important;
	margin-left:130px;
}
.formWrapper .buttons div.right
{
	margin-bottom: 0 !important;
}
.formWrapper .buttons div.right button.submitBtn
{
	margin-left: 0 !important;
	float: right;
}
.formWrapper button.submitBtn:hover {
	background-position: 0 -25px; 
}
.formWrapper button.submitBtn:active {
	background-position: 0 -50px;
	outline: none !important;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/**** Inputs and Labels ****/
.formWrapper span.symbol
{
	font-size:115%;
	line-height:130%;
}
.formWrapper input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
	background-color: #fff;
	width: 200px !important;
}
.formWrapper textarea.textarea
{
	width: 184px;
	border: 1px #ababab solid;
	background-color: #fff;
	padding:5px;
	font-size:108%;
	overflow:hidden;
}
.formWrapper fieldset.fieldset {padding-left:15px;}
.formWrapper select.select
{
	width: 202px;
	color:#333;
	padding:2px;
	display:block;
	margin-top: 3px !important;
}
.formWrapper input.currency
{text-align:right;}
.formWrapper input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}
.formWrapper input.radio
{
	display:inline;
	margin:0 16px 0 2px;
}
.formWrapper *:first-child+html select.select[class]
{
	margin:1px 0;
}
.formWrapper input.small
{width:25%;}
.formWrapper select.small
{width:25%;}
.formWrapper input.medium
{width:200px;}
.formWrapper input.large
{width:99%;}
.formWrapper select.large
{width:100%;}
.formWrapper textarea.small
{
	height:5.5em;
	overflow:hidden;
}
.formWrapper textarea.medium
{
	width:194px;
	height: 200px;
	overflow:hidden;
}
.formWrapper textarea.large
{
	height:20em;
	overflow:hidden;
}

/**** Errors ****/
.formWrapper #error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}
.formWrappererror_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}
.formWrappererror_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}
.formWrapper #error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

/**** Guidelines and Error Highlight ****/
.formWrapper form li.highlighted
{background:#d1d1cf;}
.formWrapper form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}
.formWrapper form .guidelines small
{font-size:105%;}
.formWrapper form li.highlighted .guidelines
{visibility:visible;}
.formWrapper form li:hover .guidelines
{visibility:visible;}
.formWrapper .no_guidelines .guidelines
{
	display:none !important;
}
.formWrapper .no_guidelines form li
{width:97%;}
.formWrapper .no_guidelines li.section
{padding-left:9px;}
/*** Success Message ****/
.formWrapper .form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}
.formWrapper .form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
.formWrapper ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.formWrapper .password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}
.formWrapper .password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.formWrapper #li_captcha{
   padding-left: 5px;
}
.formWrapper #li_captcha span{float:none;}
/** Embedded Form **/

.formWrapper embed #form_container{
	border: none;
}
.formWrapper embed #top, .embed #bottom, .embed h1{
	display: none;
}
.formWrapper embed #form_container{
	width: 100%;
}
.formWrapper fieldset, .formWrapper div.legend {
	margin:5px 0;
	padding:10px 0 0 0;
	border:1px solid #e5e5e5;
	background:#e5e5e5;
}
.formWrapper div.clearfix {
	margin-bottom: 8px;
}
#mysql-download-form fieldset, #downloadForm fieldset {
	padding-right:20px !important;
}
.formWrapper embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}
.formWrapper embed #footer.success{
	text-align: center;
}
.formWrapper embed form.appnitro
{
	margin:0px 0px 0;
	
}
.formWrapperselect option {font-size:11px;}
.formWrapper label.error {
	display:block; 
	font-size:11px; 
	font-weight:normal; 
	clear:both;
	text-align:right; 
	color:#901212 !important; 
	padding-top: 3px;
}
/* MySQL Plugin Form Styles */

#mysql-dowload-form { width: 470px; }
#downloadForm fieldset {  }
#downloadForm ul { width: 450px !important; overflow:hidden; }
#mysql-dowload-form ul li div.left{width:176px;}
#mysql-dowload-form ul li select{ margin-top:0; float:right; }
#mysql-dowload-form button.submitBtn{ margin-left: 155px; }


/* RAC Workload whitepaper download form styles */

#racWorkloadForm { width:468px; margin:16px 0; padding:16px 16px 16px 16px; }
#racWorkloadForm ul{ width:468px; padding: 0 !important; margin: 0 !important; clear: both; }
#racWorkloadForm li fieldset{ width:452px; padding-right: 16px !important; }
#racWorkloadForm ul li div.left{width:150px;}
#racWorkloadForm ul li div.right{width:270px;}
#racWorkloadForm ul li div.right input.text { width: 240px; }
#racWorkloadForm ul li div.right select{ width: 252px; }
#racWorkloadForm button.submitBtn{ }
#racWorkloadForm fieldset {border:none;}
#racWorkloadForm select { float:right; margin-top: 0;}
#racWorkloadForm .two-lines label
{
	padding-top: 2px;
}

/* Notification of webinars form */
.notifyOfWebinars {
	width: 376px !important;
	padding: 16px;
	background-color: #fff;
	overflow: hidden !important;
	position: relative;
}
.formContainer {
	overflow: hidden !important;
}
#webinar-notification-callout-form {
	display: none;
}
.notifyOfWebinars .formWrapper input[type='text']{
	width: 234px !important;
}
.notifyOfWebinars .formWrapper .row {
	position: relative;
}
.notifyOfWebinars .formWrapper {
	background-color: transparent;
	padding: 16px 0 0 0;
	position: relative;
}
#simplemodal-container .formWrapper  {
	width: 360px;
	padding: 16px 16px 0 0 !important;
	margin:16px 0 0 0;
	background-color: #e7e7e7;
}
#simplemodal-container .notifyOfWebinars .formWrapper .label  {
	width: 80px;
}
#simplemodal-container .notifyOfWebinars .formWrapper .field  {
	width: 240px;
	float: right;
}
#simplemodal-container .notifyOfWebinars .formWrapper .options .field  {
	float: left !important;
}
#simplemodal-container .notifyOfWebinars .formWrapper .options  {
	width: 290px;
	float: right;
}
#simplemodal-container .notifyOfWebinars h2, #simplemodal-container .notifyOfWebinars p {
	margin-top: 0;
	padding-left: 10px;
}
#simplemodal-container .notifyOfWebinars .submitBtn {
	margin-left: 0;
}
.notifyOfWebinars .formWrapper label{
	text-align: right !important;
	padding-top: 6px;
	color: #333;
}
.notifyOfWebinars .checkbox label{
	padding-right: 0;
	padding-top: 4px;
	font-size: 77%;
	font-weight: bold;
	color: #333 !important;
}
.notifyOfWebinars .formWrapper .last .label{
	padding-right: 0 !important;
	margin-right: 0 !important;
}
#simplemodal-container a.modalCloseImg {
	background: url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-44px;
	cursor:pointer;
}
#simplemodal-container a.modalCloseImg:hover {
	background-position: 0 -29px !important;
}


/* Notification form on Resource Library landing page */
.formBox {
	padding-bottom: 10px !important;
}
.box-content .notifyOfWebinars {
	width: 300px !important;
	display: block;
	background-color: transparent;
	padding: 0 !important;
	margin:16px 0 0 10px;
}
#webinar-notification-library {
	width: 290px;
	padding: 0 !important;
}
#webinar-notification-library .row {
	margin-top: 2px !important;
}
#webinar-notification-library .label{
	width: 66px;
	padding-top: 8px;
}
#webinar-notification-library .label label{
	margin-right: -14px !important;
	padding-right: 14px !important;
	text-align: right;
}
#webinar-notification-library .options {
	margin-top: 6px !important;
}
.notifyOfWebinars .options .right{
	width: auto !important;
}
#webinar-notification-library .field{
	width: 180px !important;
	padding-bottom: 14px;
	position: relative;
	float: right;
}
#webinar-notification-library .field label.error{
	position: absolute;
	bottom: 0;
	right: 0;
}
.notifyOfWebinars .checkbox{
	width: auto !important;
	float: left;
}
.notifyOfWebinars .checkbox input, .notifyOfWebinars .checkbox label{
	width: auto !important;
	display: block;
	float: left;
	margin-right: 3px;
}
.notifyOfWebinars .checkbox input {
	float: left !important;
}
.notifyOfWebinars .checkbox label{
	margin-right: 8px;
	padding-top: 4px;
}
#webinar-notification-library .field, #webinar-notification-library .field input{
	width: 200px !important;
}

/* Resume submissions form  */
#resumeForm ul.no-bullets{
	width: 380px;
}
.formWrapper textarea{
	border-color: #999;
}
#resumeForm .left{
	width: 100px !important;
}
#resumeForm .right{margin-right:16px;}
#resumeForm input[type=text], #resumeForm input[type=file]{
	width: 196px !important;
	float: right;
}
#resumeForm div.fileUpload{
	width: 320px;
	text-align: right;
}
#resumeForm .fileUploadLabel{
	position: absolute !important;
	top: 16px;
	left: 0;
}
#resumeForm select{
	width: 210px !important;
	float: right;
}
.formWrapper form div.requiredField label
{
	position: relative;
	margin-right: -14px !important;
	padding-right: 14px !important;
	background: url(/images/redAsterisk.gif) no-repeat 100% 9px;
}
#webinar-notification-library div.requiredField label
{
	background-position: 100% 3px !important;
}
#simplemodal-container div.requiredField label
{
	background-position: 100% 9px !important;
}
#simplemodal-container div.buttons
{
	background-position: 100% 9px !important;
}
.notifyOfWebinars .rightText
{
	padding: 10px 0 10px 0 !important;
}
