@charset "UTF-8";
body  {
	font: 100% "Comic Sans MS";
	background: url(1imagespp/pagebgnd.gif) repeat-y fixed center top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(1imagespp/ppbgnd.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #background {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(1imagespp/backgrndshdw.png);
}
.thrColFixHdr   #mainCopy   h2   {
	font-family: "Comic Sans MS";
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
}
#mainCopy    li  {
	font-weight: bold;
	color: #000000;
	background-image: url(1imagespp/ppstar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	margin: 0px 0px 7px;
	padding: 0px 0px 0px 25px;
}
#mainCopy  .headtext     {
	margin: 0px;
	padding: 0px;
}
.rightimg {

	margin: 0px;
	float: right;
	padding: 0px;
}
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 247px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(1imagespp/ppheaderbgnd2.jpg);
	width: 800px;
} 
.thrColFixHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #993366;
	line-height: 15px;
	text-indent: -999999px;
	float: left;
}
#links {
	height: 50px;
	vertical-align: top;
	position: relative;
}
.hiddentext {
	display: none;
}
.thrColFixHdr #container #header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	text-align: left;
	padding: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 15px; /* padding keeps the content of the div away from the edges */
	font-family: "Comic Sans MS";
	font-size: 12px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	font-family: "Comic Sans MS";
	font-size: 12px;
	margin-top: 60px;
}
.thrColFixHdr #container #sidebar2  a {
	font-weight: bold;
	color: #375A99;
	text-decoration: none;
}
.facebook {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #666666;
	background-image: url(1imagespp/facebookhdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #375A99;
	border-right-color: #375A99;
	border-bottom-color: #375A99;
	border-left-color: #375A99;
	margin-bottom: 10px;
	border-right-style: solid;
}
.thrColFixHdr #mainCopy {
	margin: 0px 0px 0px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 14px;
	float: left;
	clear: none;
	text-align: left;
} 
.thrColFixHdr #mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	text-align: left;
} 
.nextpage .nextpagenav {
	font-family: "Comic Sans MS";
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000066;
} 
#magicwanda {
	margin: -614px 0px 0px -15px;
	padding-left: 0px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.thrColFixHdr #container #footer a {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.textblock  {
	padding-left: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;

}
.groupname {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
}
.headings {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.thrColFixHdr #navcontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}
#navcontainer ul
{
	width: 100%;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px;
	margin: 0px;

	
}

#navcontainer ul li {
	height: 22px;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 250px;
	display: block;
	list-style-type: none;

}

#navcontainer ul li a
{
	padding: 5px 0px 0em 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(1imagespp/ppstar.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px 0px 0px 10px;
	
}

#navcontainer ul li a:hover
{
	color: #FFCC00;
	background-image: url(1imagespp/ppstar.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#navlist {
}
.twitter {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #666666;
	background-image: url(1imagespp/twitterhdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7E3EF;
	border-right-color: #C7E3EF;
	border-bottom-color: #C7E3EF;
	border-left-color: #C7E3EF;
	margin-bottom: 10px;
	border-right-style: solid;
}
.thrColFixHdr #container #sidebar2 a:hover {
	font-weight: bold;
	color: #983253;
	text-decoration: none;
}
.newshdr {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(1imagespp/newshdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993354;
	border-right-color: #993354;
	border-bottom-color: #983253;
	border-left-color: #983253;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-right-style: solid;
	padding: 5px;
}
.rssfeed {
	float: right;
}
.newsfeed {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #666666;
	padding: 0px;
}
.thrColFixHdr #bgndbtm {
	background-image: url(1imagespp/backgrndshdwbtm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
#subnavlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#subnavlist li
{
	padding-left: 0px;
	font-family: "Comic Sans MS";
	font-size: 12px;
	padding-bottom: 5px;
	
}
#subnavlist li a {
	height: 18px;
	background-image: url(1imagespp/listarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #580f8b;
	text-decoration: none;
	padding-left: 15px;
	margin: 0px;
	
}

#subnavlist li a:hover {
	color: #983253;
	text-decoration: none;
	background-image: url(1imagespp/listarrowhover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-left: 15px;
}
.thrColFixHdr  #login    {
	font-family: "Comic Sans MS";
	font-size: 10px;
	background-color: #973155;
	width: 135px;
	color: #FFFFFF;
	margin-top: 5px;
}
.thrColFixHdr #login a {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.thrColFixHdr  #login h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.thrColFixHdr #login p {
	margin: 0px;
	padding: 5px 0px;
}
.thrColFixHdr #login form {
	padding: 0px;
	margin: 0px;
	width: 125px;
}

.thrColFixHdr #login input {
	width: 110px;
}

.thrColFixHdr #sidebar1 #search {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: bold;
	background-color: #580f8b;
	color: #FFFFFF;
	width: 135px;
}
.thrColFixHdr #search input {
	width: 110px;
	padding: 0px;
	margin: 0px 0px 5px;
}
.bl {background: url(1imagespp/purplebl.gif) 0 100% no-repeat }
.br {background: url(1imagespp/purplebr.gif) 100% 100% no-repeat}
.tl {background: url(1imagespp/purpletl.gif) 0 0 no-repeat}
.tr {background: url(1imagespp/purpletr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 
.burgbl {background: url(1imagespp/burgbl.gif) 0 100% no-repeat }
.burgbr {background: url(1imagespp/burgbr.gif) 100% 100% no-repeat}
.burgtl {background: url(1imagespp/burgtl.gif) 0 0 no-repeat}
.burgtr {background: url(1imagespp/burgtr.gif) 100% 0 no-repeat; padding:10px}


.t {background: url(1imagespp/purpledot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(1imagespp/purpledot.gif) 0 100% repeat-x}
.l {background: url(1imagespp/purpledot.gif) 0 0 repeat-y}
.r {background: url(1imagespp/purpledot.gif) 100% 0 repeat-y}
.borderbl {background: url(1imagespp/purpborderbl.gif) 0 100% no-repeat}
.borderbr {background: url(1imagespp/purpborderbr.gif) 100% 100% no-repeat}
.bordertl {background: url(1imagespp/purpbordertl.gif) 0 0 no-repeat}
.bordertr {background: url(1imagespp/purpbordertr.gif) 100% 0 no-repeat; padding:10px} 

.registerform    {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #973155;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	border: 1px none #580F8B;
	font-weight: bold;
}

.registerform legend
{
	color: #fff;
	background: #973155;
	padding: 2px 6px;
	font-family: "Comic Sans MS";
	font-weight: bold;
}
.registerform fieldset
{
	border: 1px solid #580F8B;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;

}
.registerform label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #666666;
	width: 13em;
}
.registerform  .submit 
{
	padding: 0px;
	color: #333333;
	width: 5em;
	margin-right: 2px;
	margin-left: 1em;
}
.registerform input
{
	color: #666666;
	border: 1px solid #781351;
	margin-bottom: 12px;
	padding: 0px;
	width: 14em;
}
.registerform  #Address      {
	margin-bottom: 10px;
}

.registerform textarea
{
	color: #666666;
	border: 1px solid #781351;
	margin-bottom: 12px;
	padding: 0px;
	width: 14em;
}
.registerform #Weekdays_0 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 5em;
}
	

.nextpagenav #previous a:hover {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #973155;
	text-decoration: none;
	background-image: url(1imagespp/listarrowhoverleft.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.nextpagenav #next a:hover {
	color: #973155;
	text-decoration: none;
	background-image: url(1imagespp/listarrowhover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	font-size: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 .groupimg {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #973155;
	border-right-color: #973155;
	border-bottom-color: #973155;
	border-left-color: #973155;
}
.highlightfeature {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3  {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainCopy .rightbar {
	width: 375px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	font-size: 14px;
}
.leftbar {
	float: left;
	width: 375px;
	clear: none;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text {
	font-weight: bold;
}
.framedimg {
	border: 4px solid #6633CC;
	padding: 0px;
	margin: 0px 0px 5px 5px;
	float: right;
}
.thrColFixHdr #background #container #mainContent5 #mainCopy .leftbar .fsbtext {
	float: left;
	margin-left: 15px;
}
.leftimg {
	border: 4px solid #0E1559;
	margin-bottom: 10px;
}
h4  {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 24px;
	font-weight: bold;
	color: #6633CC;
	text-align: center;
}
.bordertr p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 5px 0px;
}
.quote {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(1imagespp/torn-paper-bgnd2.png);
	padding-right: 25px;
	padding-left: 20px;
	font-weight: normal;
	color: #000066;
}
.quoter {
	font-size: 12px;
	color: #333333;
}
#mainCopy  a {
	text-decoration: none;
	font-weight: bold;
	color: #3333CC;
}
.quote-top {
	background-image: url(1imagespp/torn-paper-top2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
.quote-btm {
	background-image: url(1imagespp/torn-paper-btm.png);
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#logos {
	text-align: center;
}
.thrColFixHdr #mainContent2 {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.righttext {
	text-align: right;
}
.thrColFixHdr #mainContent3 {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.thrColFixHdr #mainContent4 {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.thrColFixHdr #container4 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(1imagespp/content-bgnd4.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #container3 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2c844 repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #container5 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2c844 url(1imagespp/content-bgnd5.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #mainContent5 {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.thrColFixHdr #mainContent6  {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/ppbgnd6.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.thrColFixHdr #container6 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2c844 url(1imagespp/content-bgnd6.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#cheeky {
	float: left;
	clear: left;
	width: 375px;
	margin: 250px 0px 0px;
}
.thrColFixHdr #mainContent7 {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Comic Sans MS";
	font-size: 12px;
	float: left;
	width: 800px;
	background-image: url(1imagespp/carolinebgnd7.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#slogan  {
	width: 650px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 0px 130px;
	height: 25px;
}
.fsbimg {
	border: 2px solid #0E1559;
	margin-bottom: 10px;
	float: left;
}
input.error {
	border: 1px solid red;
	width: auto;
	background-color: #FFE0DD;
}
label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: 0.3em;
	width: 200px;
	}
label.valid {
	}

