* { 
	font-size: 12px;
	}
h1 { 
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #9c9c9c;
	}
	h1 a { 
		font-size: 20px;
		text-decoration: none;
		color: #000;
		}
.form-status { 
	text-align: center;
	font-weight: bold;
	}
	.form-status.fail { 
		color: #ff0000;
		}
	.form-status.pass { 
		color: #009900;
		}
.required { 
	color: #ff0000;
	}
#register fieldset { 
	border: 0;
	margin-bottom: 10px;
	}
	#register fieldset legend { 
		font-size: 20px;
		font-weight: bold;
		}
	#register fieldset div { 
		margin-bottom: 3px;
		clear: both;
		}
		#register fieldset div label { 
			cursor: pointer;
			}
			#register fieldset div label.left { 
				float: left;
				width: 100px;
				}
		#register fieldset div .input { 
			padding: 2px;
			border: 1px solid;
			}
			#register fieldset div .input.long { 
				width: 250px;
				}
			#register fieldset div .input.full { 
				width: 98%;
				}
#profile h2#name { 
	margin-bottom: -10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	}
#profile ul#paging { 
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	height: 30px;
	}
	#profile ul#paging li { 
		margin: 0;
		padding: 0;
		line-height: 30px;
		list-style: none;
		display: inline;
		font-size: 11px;
		}
		#profile ul#paging li.right { 
			text-align: right;
			}
		#profile ul#paging li a {
			text-decoration: none;
			color: #0000ff;
			}
#profile #main-img { 
	text-align: center;
	}
	#profile #main-img img { 
		border: 1px solid #9c9c9c;
		padding: 2px;
		}
#profile #girl-gallery { 
	text-align: center;
	}
	#profile #girl-gallery ul { 
		margin: 5px 0;
		padding: 0;
		}
	#profile #girl-gallery li { 
		list-style: none;
		display: inline;
		margin-right: 1px;
		}
		#profile #girl-gallery li img { 
			border: 1px solid #9c9c9c;
			padding: 3px;
			}
			#profile #girl-gallery li img:hover { 
				border: 1px solid #400500;
				}
#profile #vote { 
	text-align: center;
	font-size: 11px;
	border: 1px solid #9c9c9c;
	border-top: none;
	}
	#profile #vote h2 { 
		margin: 0;
		padding: 0;
		text-indent: -99999px;
		background: url(http://wz.syosoft.com/girl-of-the-month/images/header-vote.gif) no-repeat;
		height: 22px;
		}
		#profile #vote #vote-fields { 
			margin: 0;
			padding: 0;
			line-height: 35px;
			}
#profile #questions h2 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 16px;
	}
#profile #questions ol { 
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	}
	#profile #questions ol li { 
		font-size: 11px;
		line-height: 20px;
		}
#profile #out-link { 
	line-height: 40px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	}
#contest-home ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#contest-home ul li { 
		width: 90px;
		float: left;
		margin-right: 5px;
		}
		#contest-home ul li img { 
			border: 1px solid #9c9c9c;
			padding: 3px;
			}
			#contest-home ul li img:hover { 
				border: 1px solid #400500;
				}
#contest-home #register-teaser { 
	border: 1px solid #9c9c9c;
	padding: 5px;
	text-align: center;
	}
	#contest-home #register-teaser a { 
		font-weight: bold;
		text-decoration: none;
		font-size: 18px;
		color: #000000;
		}
		#contest-home #register-teaser a:hover { 
			color: #400500;
			text-decoration: underline;
			}
	#contest-home #previous-contest { 
		text-align: center;
		padding: 15px;
		}