/* :::: Stripe background / padding class ::: */
.outer_stripe{
	width:630px; padding:3px; margin:0 0 0 0;
	border:1px solid #9ca8cd; background:#E1E5F0
}
* html .outer_stripe{width:640px; w\idth:630px;} /* SBMH */


.inner_stripe{
	width:620px; padding:5px 5px 10px 5px; background:url(../../_img/bg/stripe.gif)
}
* html .inner_stripe{width:630px; w\idth:620px;} /* SBMH */

/* :::: Stripe bg END ::: */

.add_reminder_div .divrow{
	clear:both; padding:10px 0 0 0;
}
.add_reminder_div .nopad{
	padding-top:0;
}

.add_reminder_div label{
	font-weight:bold; width:120px; display:block; float:left;
}
.add_reminder_div span{
	float:left; display:block;
}
.add_reminder_div .divrow input.txtfld{
	background:#fff; padding:1px; width:280px;
}
.add_reminder_div .divrow input.txtfld_small{
	width:100px;
}

.add_reminder_div img{
	display:inline;	 vertical-align:text-bottom
}

#reminder_selection_content{
	
}

.reminder_selection{
	background-color:#efefef; border:1px solid #ccc; padding:2px;
}
.reminder_selection_loaded{
	background-color:#000; border:none; padding:2px 2px 20px 2px;
}

.divrow .titlefld{
	height:22px; width:auto; 
	border:1px solid #626262; border-right-color:#b9b9b9; border-bottom-color:#b9b9b9;
}

.divrow .titlefld option{
	padding:3px 0 0 2px;
}

