	
	.form {
	margin: 0;
	padding: 0;
	}
		
	h1
		{
		font-size: 14px;
		font-weight: bold;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 1px;
		}
		
	h2
		{
		font-size: 12px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height:16px;
		}	
		
	h3
		{
		font-size: 11px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 1px;
		line-height:16px;
		}	
		
	h4
		{
		font-size: 11px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 1px;
		}	
	
	p 	{
		font-size: 11px; 
		line-height: 14px;
		padding-bottom: 10px;
		}
	
	p a:link, p a:active, p a:visited 
		{
		color: #cc0000;
		font-size: 11px;
		text-decoration: none;
		}
	
	p a:hover 
		{ 
		color: #cc0000;
		font-size: 11px;
		text-decoration: underline;
		}
	
	div#content-rede {
	background: #fff;
	float: left;
	margin: 0;
	padding: 5px 3px 10px 4px;
	width: 558px;
	position: relative;
	vertical-align: top;
	min-height: 125px;
	height: 100%; 
	}
	
	#content ol li {
	margin-left: 25px;
	list-style-type: decimal;
	font-size: 11px; 
	font-weight: normal;
	line-height: 15px;
	}
	
	#content ul li {
	font-size: 11px; 
	font-weight: normal;
	line-height: 15px;
	list-style-type: disc;
	margin-left: 15px
	}
	
	.hiddentext {
	  display: none;
	  }
	
/* Survey Styles */
	
	div.srvquestionnum {
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 20px;
	float: left;
	}
	
	div.srvquestion {
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 20px;
	float: none;
	}
	
	ul.srvanswer {
	padding-left: 12px;
	list-style: none;
	}
	
	h3.cntinfo {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
	}
	
	h3.red {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 16px;
	}
	
	/*.radio {
	height: 10px;
	width: 10px;
	}
	
	.checkbox {
	height: 10px;
	width: 10px;
	}
	*/
	.textfield {
	height: 14px;
	float: left;
	}
	
	.ciname {
	clear: left;
	width: 100px;
	font-weight: bold; /* Can turned on or depending how display is presented */
	padding-top: 20px; /* Can be adjusted for spacing between end of previous question and beginning of new question */
	margin-right: 5px; /* Spaciong between question number and text of the question */
	float: left; /* Aligns question to the left so that it will always appear that way. */
	}
	
	.citf {
	/* margin-bottom: 10px; Can be adjusted for spacing between question and 1st answer */
	padding-top: 20px;
	padding-left: 8px;
	}
	
	.questionnum {
	clear: left;
	font-weight: bold; /* Can turned on or depending how display is presented */
	margin-bottom: 10px; /* Can be adjusted for spacing between question and 1st answer */
	padding-top: 20px; /* Can be adjusted for spacing between end of previous question and beginning of new question */
	margin-right: 5px; /* Spaciong between question number and text of the question */
	float: left; /* Aligns question to the left so that it will always appear that way. */
	}
	
	.questionnum-tall {
	clear: left;
	height: 35px;
	font-weight: bold; /* Can turned on or depending how display is presented */
	margin-bottom: 10px; /* Can be adjusted for spacing between question and 1st answer */
	padding-top: 20px; /* Can be adjusted for spacing between end of previous question and beginning of new question */
	margin-right: 5px; /* Spaciong between question number and text of the question */
	float: left; /* Aligns question to the left so that it will always appear that way. */
	}
	
	.question {
	font-weight: bold; /* Can turned on or depending how display is presented */
	margin-bottom: 10px; /* Can be adjusted for spacing between question and 1st answer */
	padding-top: 20px; /* Can be adjusted for spacing between end of previous question and beginning of new question */
	}
	
	.checkbox {
	clear: both;
	padding-left: 15px; /* Pushes checkbox in at the beginning of answer to the right.  Can be adjusted to fit layout*/
	margin-bottom: 5px; /* Can be adjusted for spacing between answers */
	margin-right: 5px; /* Space bewtween end of checkbox and beginning of text of the answer */
	float: left; /* Aligns answer to the left so that it will always appear that way. */
	}
	
	.radio {
	clear: both;
	padding-left: 15px; /* Pushes radio buttion in at the beginning of answer to the right.  Can be adjusted to fit layout*/
	margin-bottom: 5px; /* Can be adjusted for spacing between answers */
	margin-right: 5px; /* Space bewtween end of radio and beginning of text of the answer */
	float: left; /* Aligns answer to the left so that it will always appear that way. */
	}
	
	.crossradio {
	margin-left: 15px;
	margin-right: 5px; /* Space bewtween end of radio and beginning of text of the answer */
	float: left; /* Aligns answer to the left so that it will always appear that way. */
	width: 30px;
	}
	
	.crossradioguide {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px; /* Space bewtween end of radio and beginning of text of the answer */
	float: left; /* Aligns answer to the left so that it will always appear that way. */
	width: 110px;
	}
	
	.error {
	color: #FF0000;
	}
	
	.textarea {
	clear: both;
	padding-left: 15px;
	vertical-align: baseline;
	}
	
	.text {
	clear: both;
	float: left;
	padding-left: 2px;
	}
	
	.answer {
	margin-bottom: 5px; /* Can be adjusted for spacing between answers 
	line-height: normal;*/
	line-height: 19px;
	}
	
	.sup {
	color: #FF0000;
	}
	
	.red {
	color: #FF0000;
	}	

/* Multi Pack Form Styles */

	#mp-yellow-top {
	clear: both;
	background-color: #EAEBC3;
	height: 54px;
	width: 558px;
	}
	
	#multi-pack-main {
	width: 504px;
	float: left;
	}
	
	#multi-pack-main p {
	padding-left: 35px;
	font-size: 11px; 
  	line-height: 14px;
	color: #000;
	}
		
	#mp-yellow-right {
	float: left;
	background-color: #EAEBC3;
	width: 54px;
	height: 350px;
	}
	
	#mp-yellow-right-error {
	float: left;
	background-color: #EAEBC3;
	width: 54px;
	height: 390px;
	}
	
	#mp-yellow-left {
	float: left;
	background-color: #EAEBC3;
	width: 54px;
	height: 350px;
	}
	
	#mp-yellow-bot {
	clear: both;
	background-color: #EAEBC3;
	height: 50px;
	padding-top: 20px;
	padding-left: 35px;
	}
	
	#multi-pack select {
	  	font-size: 11px;
		height: 16px;
		width: 200px;
	}
	
	#mp-left-top {
		padding-left: 35px;
		float: left;
		width: 170px;
		}

	#mp-left-text {
		float: left;
		clear: left;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		width: 170px;
		}
		
	#mp-left-tfield {
		float: left;
		clear: both;
		padding-bottom: 20px;
		}

	#mp-right {
		float: left;
		width: 245px;
		padding-left: 12px;
		}
	
	#mp-right-text {
		float: left;
		clear: both;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		}

	#mp-right-tfield {
		float: left;
		clear: both;
		padding-bottom: 20px;
		}
	
	#mp-left-bot {
		padding-left: 35px;
		float: left;
		width: 250px;
		}
		
	#mp-left-ddtext {
		float: left;
		clear: left;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		width: 250px;
		}
		
	#mp-left-ddselect {
		float: left;
		clear: both;
		padding-bottom: 10px;
		}

/* Lexmark Enrollment Form Styles */

	#lex-enroll-main {
		width: 480px;
		float: left;		
		font-size: 11px; 
		margin: 0;
		padding: 0;
	}
	
	#lex-enroll-main p {
		margin: 0;
		padding-left: 35px;
		padding-top: 15px;
		line-height: 14px;
		color: #000;
	}
	
	#lexenrl-yellow-top {
		clear: both;
		background-color: #EAEBC3;
		height: 54px;
		width: 558px;
	}
		
	#lexenrl-yellow-right {
		float: left;
		background-color: #EAEBC3;
		width: 40px;
		height: 410px;
	}
	
	#lexenrl-yellow-right-error {
		float: left;
		background-color: #EAEBC3;
		width: 54px;
		height: 450px;
	}
	
	#lexenrl-yellow-left {
		float: left;
		background-color: #EAEBC3;
		width: 54px;
		height: 150px;
	}
	
	#lexenrl-yellow-bot {
		clear: both;
		background-color: #EAEBC3;
		height: 50px;
		padding-top: 20px;
		padding-left: 35px;
	}
	
	.lexenrl-select1 {
	  	font-size: 11px;
		height: 16px;
		width: 200px;
	}
	
	.lexenrl-select2 {
	  	font-size: 11px;
		height: 16px;
		width: 300px;
	}
	
	#lexenrl-left-top {
		padding-left: 35px;
		float: left;
		width: 170px;
		}

	#lexenrl-left-text {
		float: left;
		clear: left;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		width: 170px;
		}
		
	#lexenrl-left-tfield {
		float: left;
		clear: both;
		padding-bottom: 20px;
		}

	#lexenrl-right {
		float: left;
		width: 245px;
		padding-left: 12px;
		}
	
	#lexenrl-right-text {
		float: left;
		clear: both;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		}

	#lexenrl-right-tfield {
		float: left;
		clear: both;
		padding-bottom: 20px;
		}
	
	#lexenrl-left-bot {
		padding-left: 35px;
		float: left;
		width: 250px;
		}
		
	#lexenrl-left-ddtext {
		float: left;
		clear: left;
		color: #6D6D6D;
		padding-bottom: 4px;
		text-align: left;
		width: 300px;
		}
		
	#lexenrl-left-ddselect {
		float: left;
		clear: both;
		padding-bottom: 10px;
		}
	
	 #rede-pop-wrap {
	 	clear: both; 
		padding-bottom: 15px; 
		margin: 0;
		}

	#rede-pop-wrap a {
		color: #cc0000;
		text-decoration: none;
		font-size: 11px;
		}
		
	#rede-pop-wrap a:hover {
		color: #cc0000;
		text-decoration: underline;
		font-size: 11px;
		}
	
	#rede-pop-wrap-bot {
	 	clear: both; 
		padding: 10px 0 15px 90px; 
		margin: 0;		
		}
	
	#rede-pop-wrap-bot a {
		color: #cc0000;
		text-decoration: none;
		font-size: 11px;
		}
		
	#rede-pop-wrap-bot a:hover {
		color: #cc0000;
		text-decoration: underline;
		font-size: 11px;
		}

	.rede-pop-top {
		padding: 0 0 10px 15px;
		width: 171px; 
		float: left;
		}
	.rede-pop-bot {
		padding: 0 0 10px 25px;
		width: 161px; 
		float: left;
		}