/***************************  Copyrights 2008 for Plasticnappy.com  ***************************

This sites, text, coding, CSS and programming belongs and is copyrighted to "RE Productions Ltd" 
Any one found copying, using or cloning this material will be prosecuted in their own country 
to the fullest extent of the law!

************************************ YOU HAVE BEEN WARNED!!! *********************************/

:active, :focus { outline-style: none; -moz-outline-style:none; } 
BODY {
SCROLLBAR-FACE-COLOR: #ffc7f3;
background-color: #99CCFF; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #003333; 
SCROLLBAR-3DLIGHT-COLOR: #999999; 
SCROLLBAR-ARROW-COLOR: #6767fa; 
SCROLLBAR-TRACK-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #666666;
SCROLLBAR-BASE-COLOR: #ccccff;
margin: 5px 0px 10px 0px (top, right, bottom, left)
}

.img {
   border=0;
}

.access {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; WORD-SPACING: 0.15em; COLOR: #0470dc; FONT-FAMILY: Times New Roman; LETTER-SPACING: 0.03em
}

.pink {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #0470dc; FONT-FAMILY: Times New Roman; LETTER-SPACING: 0.03em
}
pink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; WORD-SPACING: 0.15em; COLOR: #333333; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.03em
}
.white {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #FFFFFF; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.white_bottom {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #FFFFFF; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.white:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; WORD-SPACING: 0.15em; COLOR: #FF9900; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.03em
}
.tx1 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #7289ff; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.blue {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; WORD-SPACING: 0.15em; COLOR: #0470dc; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.tx5 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #ffffff; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.tx6 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; WORD-SPACING: 0.15em; COLOR: #000000; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.tx7 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; WORD-SPACING: 0.15em; COLOR: #ffffff; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.tx7:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; WORD-SPACING: 0.15em; COLOR: #666666; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.tx8 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; WORD-SPACING: 0.15em; COLOR: #000000; FONT-FAMILY: arial, Helvetica, sans-serif; LETTER-SPACING: 0.02em
}
.solid {
	BORDER-RIGHT: #ffc7f3 3px solid; BORDER-TOP: #ffc7f3 3px solid; BORDER-LEFT: #ffc7f3 3px solid; BORDER-BOTTOM: #ffc7f3 3px solid
}
.solid2 {
	BORDER-RIGHT: #666666 2px solid; BORDER-TOP: #666666 3px solid; BORDER-LEFT: #666666 3px solid; BORDER-BOTTOM: #666666 3px solid
}
.solid2 {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid
}
.form_error
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #d8732f;
  margin-left:8px;
}

.form_join_error
{
   margin-left:160px;
}
#country {
   width: 250px;
}

#content {
  width: 450px;
  margin-left: 250px;
  text-align: left;
  color: #0470dc;
}
form h2 {
   font:18px verdana,arial,sans-serif;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:12px verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  

}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.radio label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 280px; 
	padding: 0; 
	margin: 5px 0 0 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
p.radio  {
   padding-left: 50px;
   margin-top:-10px;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    border: 1px solid #99CCFF;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.signup_background {
    background:url(/images/join_bg.jpg) no-repeat;
}

.tx1 p {
   border: 1px solid #99CCFF;
   padding: 20px;
}
.tx2 p {
   border: 0px;
   font-size: 10px;
   text-align: justify;
   padding: 0px;
}
#bottom_links h5 {
	padding: 40px 0 0 0;
	color: #ffffff;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	text-align: center;
	margin: 0 auto 0 auto;
	font-weight: normal;
}

#bottom_links h5 a {
	color: #ffffff;
	text-decoration: none;
}
.description p {
	margin: 0;
	padding: 0;
	border: 0px;
}
#video_list p span, #video_list p {
	border: 0;
	padding: 0;
	margin: 0;
}