/* ////////////////  Add OPML Form ////////////// */
.signup { 
	background: #fff;
	font-family: arial, "Lucida Grande" , sans-serif;
	font-size: 16px;
	margin-bottom: 7px;
	padding-top: 20px;
    border: 0px solid #eee;
}

.signup #profileSubmit{
	padding-bottom: 20px;
	margin: 20px;
}

.signupHeader { 
	font-family: arial, sans-serif;
	font-size:16px;
	color: #666666;
	}

.signup label {
	width: 170px;
	text-align: right;
	margin-right: 30px;
    margin-left: 20px;
	margin-top: 7px;
	display: block;
    color: #333;
    float: left;
	color: #666666;
	}
	
	
.signup label a{
	font-size: 12px;
	color: #73A1D8;
	}

.signup label a:hover{
	text-decoration: underline;
	}
	
#photoLabel {
	width: 170px;
	text-align: right;
	margin-right: 30px;
	margin-top: 0px;
	display: block;
    color: #333;
    float: left;
	}

	

.signupText{
	width: 40%;
	margin-left: 220px;
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
    color: #999;
    line-height: 1.2em;
	font-size: 9px;
    font-family: 'Lucida Grande', arial, sans-serif;
    margin-top: -10px;
}	

.signupNumbers {
	margin-left: 220px;
	margin-top: 0px;
	font-weight: bold;
    color: #ddd;
	font-size: 40px;
    font-family: arial,'Lucida Grande', arial, sans-serif;
    margin-top: 0px;
}	

		
.signup input {
     color: #333;
     width: 200px;
     font-size: 22px;
     padding: 5px;
     font-family: arial, sans-serif;
     border: 1px solid #999; 
     border-style: solid;
     background: #fff url(http://www.dandyid.org/code/images/background/inputfade.jpg) repeat-x;
     margin: 0 0 0px 0;
     }

#profileUserName {
	 font-size: 20px;
     font-family: 'Lucida Grande', arial, sans-serif;
     color: #333;
     padding: 0;
     margin: 4px 0 0 0;
	 }

.signupLink a {
     color: #333;
     font-size: 11px;
     font-family: 'Lucida Grande', arial, sans-serif;
     border: none;
     margin: 0px 0 0 0;
     background: #f3f3f3;
     padding: 0px 7px 3px 7px;
     }

.signupLink a:hover {
     background: #ebf7c1;
     }

.signupLink img {
     color: #333;
     font-size: 12px;
     font-family: arial,'Lucida Grande', arial, sans-serif;
     border: none;
     margin: 0px 20px 0 0;
     background: #ebf7c1;
     float: left;
     height: 25px;
     width: 25px
     }

#signupCheckbox {
     color: #333;
     font-size: 12px;
     font-family: arial,'Lucida Grande', arial, sans-serif;
     border: 1px solid #333333;
     margin: 0px 3px 0px 0px;
     padding: 0px;
     background: #ebf7c1;
    
     height: 15px;
     width: 15px;
     }

.emailClaimMessage
{
	background-color:#FFEEE7;
	padding: 10px;
	width: 40%;
	margin-left: 220px;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #FE5C11;
  	color: #FE5C11;
	font-size: 12px;
  	font-family: arial, sans-serif;
	line-height: 1.2em;
}

.emailClaimMessage a
{
	font-size: 13px;
  font-family: 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}
     
.emailClaimMessage a:hover
{
	text-decoration:underline;
}
.signup input:focus {
     }
     


.signupSpacer {
    width: 295px;
	background: #fff;
	font-family: arial, "Lucida Grande", sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin:  20px 0 15px 220px;
	padding: 0;
    border-bottom: 1px solid #eee;
    color: #252A30;
    }


.radio {
	margin-top: 25px;
}

.radio input {
	padding: 0 0 0 0;
	width: 15px;
	height: 15px;
    }

#radioLabel {
		margin: 0 15px 0 0;
		width: 20px;
	    color: #333;
	    float: none;
	    display: inline;
		color: #666666;
		font-size: 15spx;
		}

#profileBio {
	color: #333;
	width: 40%;
	height: 80px;
	 font-family: 'Lucida Grande', sans-serif;
	 font-size: 12px;
 	 padding: 3px 5px 5px 5px;
     border: 1px solid #999; 
     background: #fff url(http://www.dandyid.org/code/images/background/inputfade.jpg) repeat-x;
     margin: 0 0 0 0;
     line-height: 1.3em;
     letter-spacing: .001em;
	 }
		
.signup p.highlight input{
	border: 2px solid #5183B6;
	color: #5183B6;
	}
	
.signup p.highlight label{
	color: #5183B6;
	}

.emailerOne input{
	margin: 8px 0 0px 0;
	padding:5px;
}

.emailerOne label {
	width: 370px;
	text-align: red;
	padding-right: 10px;
    padding-left: 20px;
	display: block;
    float: left;
	color: #666666;
	}
