/* === phototips subscription in RH column === */

#phototips h2.signup {
	padding:5px;
	margin:0 20px 0 0 ;
	border-top: 0 ;	
	border-right: 1px solid #660 ;	
	border-bottom: 0 ;	
	border-left: 1px solid #660 ;	
	background-color:#ffc;
	}

#phototips form {
	margin: 0 ;	
	padding: 0 ;	
	}

#phototips fieldset {
	font: normal 1em verdana, arial, sans-serif;
	line-height: 1.4em;
	color: #660;
	margin: 0 20px 0 0 ;
	padding: 5px ;	
	border-top: 0 ;	
	border-right: 1px solid #660 ;	
	border-bottom: 1px solid #660 ;	
	border-left: 1px solid #660 ;	
	background-color: #ffc ;
	}

#phototips fieldset p {
	margin: 0 ;	
	padding: 0 ;	
	}

#phototips legend {
	display: none ;
	height: 0 ;
	font-weight: bold;
	color: #660 ;
	background-color: #ffc ;
	margin: 0 ;
	}
	
#phototips label {
	float: left ;
	width: 6.5em ;
	text-align: right ;
	font-size: 1em; 
	padding: 0 4px 0 0 ;
	white-space: nowrap ;
	}

#phototips input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: normal;
	color: #660; 
	background-color: #f0efe0;
	margin: 0 0 10px 0 ;
	}

#phototips input#submit {  
	margin: 0 0 10px 7em ;
	}

