﻿*    { outline: 0; }
img  { border: 0; }
body { padding: 0; margin: 0; background-color: #585857; }
div, p, h1, h2, h3 { padding: 0; margin: 0; }
.clear { font-size: 0; line-height: 0; clear: both; }
	
a { 
	color: #5887ce; 
	text-decoration: none; 
	outline: 0; 
	}
	a:visited { 
		color: #5887ce; 
		text-decoration: none; 
		outline: 0; 
		}
	a:active { 
		color: #5887ce; 
		text-decoration: underline; 
		outline: 0; 
		}
	a:hover { 
		color: #5887ce; 
		text-decoration: underline;
		outline: 0;
		cursor: pointer; 
		}

/*--------------------------------header-------------------*/ 

#main_header {
	height: 84px;
	color: #fff; 
	}
	#main_header #greyBar {
		width: 975px; 
		margin: 0 auto; 
		background: url("images/top_grey_bar_975.gif") no-repeat #7d7d7d; 
		color: #fff; 
		height: 33px;
		position: relative;
		}
	#main_header #greyBar ul.navi {
		width: 192px; 
		display: block; 
		float: right;
		position: relative; 
		top: 5px;  
		padding: 0; 
		margin: 0; 
		background: none;
		text-align: center;
		}
		#main_header #greyBar ul.navi li {
			height: 22px; 
			padding: 0 7px; 
			margin: 0;
			display: inline; 
			text-align: center; 
			list-style: none; 
			}
			#main_header #greyBar ul.navi li a {
				font: 10px Arial, Helvetica, sans-serif; 
				color: #fff; 
				text-decoration: none;
				outline: 0; 
				}
				
				#main_header #greyBar ul.navi li a:hover {
					font: 10px Arial, Helvetica, sans-serif; 
					color: #000; 
					text-decoration: none;
					outline: 0; 
					}
	
	#main_header #masthead {
		position: relative;
		min-height: 83px;
		color: #000;
		border-bottom: 1px solid #e4e4e4;
		background: #f8faf5 url("images/banner_pdo_header.png") top right no-repeat;
		}
		#main_header a.homeimagemaplink {
			margin: 27px 0 0 35px;
			padding: 0;
			display: block;
			float: left;
			text-decoration: none;
			}
			#main_header a.homeimagemaplink img {
				display: block;
				border: 0 none;
				}
		
	#main_header #navigation {
		position: absolute; 
		top: 19px;
		right: 9px;
		padding: 8px 10px;
		margin: 0;
		display: block;
		width: auto;
		color: #444;
		font: 11px/21px Arial, Helvetica, sans-serif; 
		background-color: #e9e6d1;
		background-color: rgba(233, 230, 209, 0.25);
		}
	
/*------------------------------------body-------------------------*/

#pdocontentregion {
	/*margin: 0 15px;*/
	background-color: #d8d8ce;
	}
	#main_container {
		margin: 0 auto;
		width: 100%;
		max-width: 975px;
		background: #fff;
		}

/*------------------------ homepageMain -------------*/

.centerBody {
	clear: none;
	margin: 0 0 15px;
	padding: 0 10px 0 0;
	float: right;
	width: 75%;
	max-width: 750px;
	color: #444;
	font: 12px/18px Arial, Helvetica, sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	}
	.centerBody.fullpagewidth {
		padding: 0 10px;
		width: 100%;
		max-width: 1000px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing:	border-box;
		box-sizing:			border-box;
		}

#sign_in {
	width: 230px;
	background: #f7edc4;  
	margin: 0 0 -2px 10px; 
	padding: 3px 0 0 8px;
	}

	#sign_in_loindex { 
		width: 231px;
		background: #f7edc4;  
		margin: 0 0 -2px; 
		padding: 3px 0 0 8px;
		}

		.sign_in_t1 { width: 239px; border-top: 1px solid #f7edc4; }
		.sign_in_t2 { width: 237px; border-top: 1px solid #f7edc4; }
		.sign_in_t3 { width: 235px; border-top: 1px solid #f7edc4; }
		.sign_in_t4 { width: 231px; border-top: 1px solid #f7edc4; }
		.sign_in_t5 { width: 227px; border-top: 1px solid #f7edc4; }

	#sign_in .input {
		font: 11.5px Helvetica, Arial, sans-serif; 
		color: #333;
		outline: 0; 
		width: 125px; 
		}
	#sign_in .button { 
		margin: 0 0 4px 113px; 
		outline: 0; 
		}
	#sign_in div { 
		text-align: center; 
		}
	#sign_in a { 
		font: 11px Helvetica, Arial, sans-serif; 
		color: #333; 
		text-decoration: none;
		outline: 0; 
		}
		#sign_in a:visited { 
			font: 11px Helvetica, Arial, sans-serif;
			color: #333; 
			text-decoration: none;
			outline: 0; 
			}
		#sign_in a:active { 
			font: 11px Helvetica, Arial, sans-serif;
			color: #444; 
			text-decoration: underline;
			outline: 0; 
			}
		#sign_in a:hover { 
			font: 11px Helvetica, Arial, sans-serif;
			color: #444; 
			text-decoration: underline;
			outline: 0; 
			}			
	#sign_in .salutation {
		font: 11px  Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		line-height: 12px;
		color: #444;
		text-transform: capitalize; 
		padding: 5px 5px 5px 9px;
		display: block;
		margin: 0;
		}
	#sign_in .loggedIn_Links a { 
		font: 10px/10px Helvetica, Arial, sans-serif; 
		color: #444; 
		text-decoration: none;
		outline:0; 
		padding: 0 5px;
		display: block;
		margin: 0;
		position: relative;
		z-index: 5;
		}
		#sign_in .loggedIn_Links a:hover {
			text-decoration: underline; 
			color: #333; 
			outline: 0; 
			}
		#sign_in .loggedIn_Links a:visited {
			color: #333;
			outline: 0; 
			}
	#sign_in .label { 
		font: bold 12px Arial, Helvetica, sans-serif; 
		line-height: 26px;
		color: #de9413;
		padding: 0 3px 0 10px;
		}
	#sign_in .delimiter {
		font: normal 14px  Arial, Helvetica, sans-serif; 
		line-height: 26px;
		outline: 0; 
		color: #444; 
		padding: 0 2px;
		}



/*---------------------------------footer-----------------*/
#main_footer {
	width: 100%;
	color: #fff; 
	background-color: #d8d8ce; 
	margin-top: 20px; 
	}
	
	#main_footer #footer {
		width: 975px;
		padding-top: 15px;
		margin: 0 auto;
		background-color: #666;
		color:#fff; 
		text-align: left; 
		}
		#main_footer #footer a {
			font: 11px/25px Arial, Helvetica, sans-serif; 
			color: #fff; 
			text-decoration: none;
			padding: 5px 10px 0;
			}
			#main_footer #footer a:hover {
				font: 11px/25px Arial, Helvetica, sans-serif;
				color: #000; 
				text-decoration: none; 
				padding: 10px 10px 0; 
				}
	
		#main_footer #footer p {
			font: 11px/25px Arial, Helvetica, sans-serif;
			color: #fff; 
			padding: 0 0 5px;
			}

/*--------------------------------left column-------------------*/

.leftColumn {
	padding: 0 20px 0 10px;
	float: left;
	width: 25%;
	max-width: 250px;
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	}
	.leftColumn h2 { font: bold 13px/20px Arial, Helvetica, sans-serif; }
	
/*---------------------------------left nav-----------------*/

.radEditor ul ,.radEditor li {
	list-style-type: disc !important;
	}	


#leftNav { font-size: 12px; }
#wallet .walletBalance { 
	color: #86a24e;
	font: normal 28px Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: dotted 2px #c4c3c3;
	padding-right: 6px;
	}
	#wallet .walletBalanceTxt { 
		padding: 4px 0 0;
		font-size: 10px;
		}
#wallet ul { 
	padding: 0 20px 20px 0;
	}
.convertKeyLink {
	cursor: pointer;
	}
ul { 
	margin: 0; 
	padding: 0 0 10px;
	list-style: none;
	}
#quickLinks li ,
#adminAlerts li ,
#wallet li , 
#refine li { 
	padding-bottom: 4px;
	color: #5887ce;
	text-transform: capitalize;
	}
#wallet .walletBuy{ width: 100px; float: left; }
#wallet .right { float: right; }
.moveDown { padding-bottom: 6px; }
.moveUp { position: relative; top: -3px; }
.moveUp5 { position: relative; top: -5px; }
div.formElement select { margin-bottom: 4px; }
.walletDrpDown { /*margin: 2px 0 10px 8px;*/ margin: 2px 0 10px 0; overflow: hidden; }
.moveLeft1 { position: relative; left: 3px; }
.btnAddNew { position: relative; top: 5px; left: 5px; cursor: pointer; }
.btnAddCourses{ position: relative; top: 28px; left: 90px; cursor: pointer; }
.marginBottom { margin: 10px 0; }
.marginBoth { margin: 3px 2px 3px; }
.btnAddCatalogs {
	cursor: pointer;
	margin: 4px 0; 
	position: relative; 
	top: 32px; 
	left: 102px;
	}
.btnAddUsers {
	cursor: pointer;
	margin: 4px 0; 
	position: relative; 
	top: 32px; 
	left: 87px;
	}

.author {
	margin-left: 50px !important; 
	border: solid 1px #c4c4c4;
	background: #efefef url("ToolTip/ContentBgr.gif") repeat-x;
	}
.btn_remove { float: right; padding: 5px; }

#form_section div.formElement span span {
	float: left;
	padding: 3px 0;
	margin: 0;
	}

.CommonSidebarArea .bullet, 
.subheading { 
	/* padding: 0 0 0 8px; */
	line-height: 18px;
	font-weight: bold;
	color: #444;
	}
.CommonSidebarContent .listItem { display: block; color: #777; margin-left: 8px; height: 10px; }
/*.CommonSidebarList li { padding: 0 0 4px 8px; color: #5887ce; text-transform: capitalize; line-height: 18px;}*/
.CommonSidebarList li { /*padding: 0 0 4px 8px;*/ padding: 0 0 4px; color: #5887ce; line-height: 18px; }
.CommonSidebarList li a .noU { text-decoration: none;}

.CommonSidebarArea {
	margin: 10px 0;
	overflow: hidden;
	}

.CommonSidebarTopRound , 
.CommonLogInTopRound , 
.CommonSidebarBottomRound {
    height: 5px;
    overflow: hidden;
    position: relative;
	}

.CommonLogInTopRound { margin: 10px 0 0 11px; } /* 10px to 11px */
.CommonSidebarBottomRound {
	margin-left: 12px; /* 10px to 12px */
	border-top: 2px solid #f7edc4; /* Added 2011-08-05, Pegues */
	height: 5px; /* 7px to 5px */
	}

.CommonSidebarTopRound div , 
.CommonLogInTopRound div ,
.CommonSidebarBottomRound div {
    height: 1px;
    overflow: hidden;
    position: absolute;
    background: #f7edc4;
	color: #e99c15;
	}

.CommonLogInTopRound .t1 , .CommonSidebarTopRound .t1 { margin: 0 2.5%; top: 0; width: 95%; }
.CommonLogInTopRound .t2 , .CommonSidebarTopRound .t2 { margin: 0 1.5%; top: 1px; width: 97%; }
.CommonLogInTopRound .t3 , .CommonSidebarTopRound .t3 { margin: 0 1%; top: 2px; width: 98%;}
.CommonLogInTopRound .t4 , .CommonSidebarTopRound .t4 { margin: 0 .5%; height: 2px; top: 3px; width: 99%; }

.CommonSidebarBottomRound .b1 { margin: 0 2.5%; bottom: 0; width: 95%; /* border-bottom: solid 1px #e4e4e4 */ }
.CommonSidebarBottomRound .b2 { margin: 0 1.5%; bottom: 1px; width: 97%; }
.CommonSidebarBottomRound .b3 { margin: 0 1%; bottom: 2px; width: 98%; }
.CommonSidebarBottomRound .b4 { margin: 0 .5%; height: 2px; bottom: 3px; width: 99%; }

.CommonSidebarHeader {
	padding: 6px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #6cc4d7;
	}

.CommonSidebarContent {
	padding: 8px 8px 0;
	color: #000;
	font-size: 13px;
	border: 1px solid #6cc4d7;
	background-color: #fdfdfd;
	overflow: hidden;
	}

.CommonSidebarFooter {
	padding: 4px 8px 6px;
	color: #000;
	border: 1px solid #f7edc4;
	border-width: 0 1px 1px;
	overflow: hidden;
	}



/*---------------------------------forms-----------------*/

#form_section { 
	margin: 0; 
	padding: 0; 
	outline: 0; 
	float: left; 
	width: 100%;
	}
	#form_section ul { 
		margin-top: -25px; 
		padding-left: 215px;
		float: left; 
		border: 0 solid #f00; 
		}

#formPageTitleContainer { 
	background: #f6f6f6;
	border-bottom: solid 2px #eee;
	margin: 2px 0 6px;
	padding: 3px 0 0;
	height: 34px; 
	}
  
label { font-size: 12px; }

.MasterTable_PDO input {}

input, select, textarea {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #444; 
	background-color: #fbfbfb;
	border: 1px solid #cfcfcf;
	padding: 1px 2px 3px 4px;
	}

.formElementradnumeric #ctl00_cphLMSMaster_pdoEditPreapproval_txtNumCourseAllowance_wrapper input {  
	font-family: Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #444; 
	background-color: #fbfbfb;
	border: 1px solid #cfcfcf;
	padding: 1px 2px 3px 4px;
	}

textarea { overflow: auto; }

.formElement {
	clear: left;
	display: block;
	/* width: 600px; */
	zoom: 1;
	margin: 1px 0 0;
	padding: 3px 1px; 
	border: 0 solid #f00;
	overflow: visible;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
	}

	.formElementfix {
		text-align: right;
		width: 200px;
		zoom: 1;
		margin: 1px 0 0;
		padding: 3px 5px; 
		border: 0 solid #f00;
		overflow: hidden;
		}
  
	.formElement label {
		float: left;
		text-align: left; 
		}

.SecondLine { margin-top: 4px !important; }
.exampleText{ font-size: 10px; color: #666; }

#form_section div.formElement label {
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px;
	text-align: right; 
	border: 0 solid #f00;
	}

#form_section .formElementckb {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px 0 0;
	margin: 0 0 5px;
	text-align: left; 
	border: 0 solid #f00;
	}

#form_section div.formElementckb .ckblabel {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px;
	text-align: right; 
	}
  

.ckbspacer {
	float: left;
	padding-top: 5px; 
	margin-left: 12px; 
	border: 0 solid #f00;
	}

#form_section .formElement .ckblabel {
	border: 0 solid #f00;
	width: 200px;
	height: 1px;
	float: right;
	text-align: left;
	}
  
#form_section div.formElementckb { 
	padding: 2px 0;
	clear: both;
	}
	#form_section div.formElementckb .ckb { 
		padding: 0;
		margin: 0;
		position: relative;
		left: -2px;
		top: 1px; 
		border: 0 solid #f00; 
		background-color: transparent;
		}
		#form_section div.formElementckb .ckb label { 
			position: relative;
			top: -1px; 
			}

		.ckb input { 
			padding: 0;
			margin-right: 3px;
			position: relative;
			left: -2px;
			top: 1px; 
			border: 0 solid #f00; 
			background-color: transparent;
			}

#form_section div.formElement select, 
#form_section .formElement textarea {
	width: 200px;
	padding: 1px;
	margin: 0; 
	}

#form_section div.formElement input.inputText {
	width: 200px;
	padding: 1px;
	margin: 0; 
	}

#form_section div.formElement select.selectOne {
	width: 206px;
	padding: 1px; 
	}

#form_section div.submit {
	margin: 0;
	padding: 0;
	height: auto;
	}

.ModalformElement {
	clear: left;
	display: block;
	width: 500px;
	zoom: 1;
	margin: 1px 0 0;
	padding: 3px 1px;
	}

#form_section div.ModalformElement label {
	display: block;
	float: left;
	width: 250px;
	padding: 3px 5px;
	margin: 0 0 5px;
	text-align: right; 
	}

#form_section div.ModalformElement input.ModalinputText {
	width: 100px;
	padding: 1px;
	margin: 0; 
	}

.ckbOptions {
	margin: 0 0 8px;
	width: 350px;
	float: left;
	}

.formElementckbOptions  {
	clear: left;
	width: 600px;
	display: block;
	zoom: 1;
	margin: 1px 0 0;
	padding: 3px 1px; 
	}

#form_section div.formElementckbOptions .label_ckbOptions {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px;
	text-align: right; 
	}

.submitContainer {
	border-bottom: solid 2px #eee;
	background: #f6f6f6;
	margin: 0;
	padding: 4px 0 0 4px;
	height: 33px; 
	text-align: left;
	}
.inputSubmitButton { 
	font-size: 13px;
	color: #003c53; 
	float: left; 
	padding: 2px 8px; 
	}
.inputSubmit { 
	font-size: 13px;
	color: #003c53;
	float: left; 
	padding: .18em 1em; 
	width: auto; 
	}
.inputSubmitfix { 
	font-size: 13px; 
	float: right; 
	padding: .18em 1em; 
	overflow: visible;
	}
.moveRight { 
	text-align: right;
	margin: 5px 200px 0 0;
	}
.systemMsg { 
	font-size: 14px; 
	color: #de9413; 
	visibility: hidden;
	width: 160px;
	margin-right: 15px;
	}
.requiredLegend { 
	font-size: 11px;
	text-align: right;
	padding: 0;
	margin: 0 250px 0 0;
	}
.requiredStar { 
	color: #f00;
	font-size: 13px;
	font-weight: normal;
	}

#inviteUser { 
	/* width: 645px; */
	}
.emailHeader { 
	color: #444; 
	height: 20px;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif; 
	background: url("Grid/headers.gif") repeat-x #cfcfcf; 
	border-bottom: solid 2px #eee; 
	padding: 8px 0 4px 10px;
	}
.emailBody { 
	color: #444; 
	font-size: 12px; 
	overflow: hidden;
	padding: 10px;
	}
.inviteUserBody {
	color: #444;
	}
.emailBody .inviteUserBody p a:link {
	color: #0a77a6;
	}

.email {
	border: solid 1px #d9d9d9;
	border-bottom: solid 2px #eee;
	margin-bottom: 15px;
	}
.fl-r { 
	float: right;
	width: 60%;
	text-align: right;
	}
.fl-l { 
	float: left;
	width: 40%;
	}
#inviteUser p { 
	padding-bottom: 8px;
	}
.btn { 
	font-size: 13px;
	color: #003c53;
	padding: 0 12px;
	outline: 0;
	}
.radInput_Default table,
	.radInput_Default table td {} /* WAS margin-left:-120px !important;} */
.moveLeft1 { 
	position: relative;
	left: 1px;
	}
.clipwrapper {}
	.clipwrapper img { 
		height: 50px;
		width: 72px;
		margin: 5px auto;
		}

.clipauthorwrapper img { 
	height: 80px;
	width: 80px;
	margin: 0;
	}

.clipwrapperforumtoolip { 
	height: 135px;
	width: 290px;
	margin: 5px auto;
	background: url("images/forumscreenshot.JPG") no-repeat 0;
	}
.forumtoolipTxt {
	color: #333; 
	padding: 39px 10px 8px 8px; 
	font: 11px Arial, Helvetica, Verdana, sans-serif; 
	}
.tooltipCourseTitle { 
	font-weight: bold; 
	font: 11px Arial, Helvetica, Verdana, sans-serif; 
	color: #333; 
	padding: 79px 10px 8px 0; 
	}


/* ********************************************************************** */
/* WGU Login Styles ***************************************************** */
/* ********************************************************************** */

div.wgu_container_wrapper {
	/*background: transparent url("images/pdo_wgu_logo.png") top right no-repeat;*/
	}

	/* Message Styling */
	.wgu_subtitle_messaging {
		color: #080808 !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: normal !important;
		}

	/* Login Field Label */
	span.wgu_login_field_label {
		padding: 4px 5px 0 0; 
		display: block; 
		float: left; 
		width: 75px; 
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-align: right;
		}

	/* Login Field */
	.wgu_login_field {
		padding: 3px 5px;
		width: 225px;
		height: 18px;
		color: #050505;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		border: 1px solid #d5d5d5;
		background: #fefefe none;
		
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#fefefe)); 
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #fefefe, #f6f6f6); 
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #fefefe, #f6f6f6); 
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #fefefe, #f6f6f6); 
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #fefefe, #f6f6f6);
		
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 0 2px #f1f1f1;
		}
		.wgu_login_field:hover,
		.wgu_login_field:focus {
			border: 1px solid #c2c2c2;
			background: #fefefe none;
			
			/* Safari 4-5, Chrome 1-9 */ 
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#fefefe)); 
			/* Safari 5.1, Chrome 10+ */ 
			background: -webkit-linear-gradient(top, #fefefe, #f6f6f6); 
			/* Firefox 3.6+ */ 
			background: -moz-linear-gradient(top, #fefefe, #f6f6f6); 
			/* IE 10 */ 
			background: -ms-linear-gradient(top, #fefefe, #f6f6f6); 
			/* Opera 11.10+ */ 
			background: -o-linear-gradient(top, #fefefe, #f6f6f6);
			
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: 0 0 2px #f1f1f1;
			}

	/* Login Button */
	.wgu_login_bttn {
		padding: 3px 0;
		width: 65px;
		cursor: pointer;
		border: 1px solid #d5d5d5;
		background: #f9f9f9 none;
		
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#f8faf5)); 
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #f8faf5, #e6e6e6); 
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #f8faf5, #e6e6e6); 
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #f8faf5, #e6e6e6); 
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #f8faf5, #e6e6e6);
		
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 0 2px #f1f1f1;
		}
		.wgu_login_bttn:hover {
			border: 1px solid #c2c2c2;
			background: #f9f9f9 none;
			
			/* Safari 4-5, Chrome 1-9 */ 
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#f8faf5)); 
			/* Safari 5.1, Chrome 10+ */ 
			background: -webkit-linear-gradient(top, #f8faf5, #e6e6e6); 
			/* Firefox 3.6+ */ 
			background: -moz-linear-gradient(top, #f8faf5, #e6e6e6); 
			/* IE 10 */ 
			background: -ms-linear-gradient(top, #f8faf5, #e6e6e6); 
			/* Opera 11.10+ */ 
			background: -o-linear-gradient(top, #f8faf5, #e6e6e6);
			
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: 0 0 2px #f1f1f1;
			}







