@CHARSET "UTF-8";
/******* GENERAL RESET *******/
body{
	line-height:14px;
	font-size: 12px;
	margin:0pt;
	cursor:default;
}
html,body{
	height:100%;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
strong{
	font-weight: 700;
}
/******* CONTAINER *******/
#container{
	width: 600px;
	margin: 40px auto;
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#adoptEntryForm{
	padding: 0 10px 10px;
}
#adoptEntryForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
	float:left;
	width: 135px;
}
#adoptEntryForm input{
	width: 220px;
	padding: 5px;
	color: #333;
	font-size: 12px;
	border: 1px solid #cecece;
	display:block;
	float:left;
}

#adoptEntryForm select{
	width: 230px;
	padding: 3px;
	color: #333;
	font-size: 12px;
	border: 1px solid #cecece;
	text-align: left;
}

#adoptEntryForm select.error{
	border-color: #e77776;
	background: #FFF;
	font-weight: normal;.
	text-align: left;
}

#adoptEntryForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
	font-weight: normal;
	text-align: left;
}
#adoptEntryForm textarea{
	width: 370px;
	height: 80px;
	padding: 6px;
	color: #333;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#adoptEntryForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
	font-weight: normal;
	text-align: left;
}

#adoptEntryForm .check_box input{
	color: #949494;
	font-size: 11px;
	border: 1px solid #cecece;
	width: 0px;
}

#adoptEntryForm div{
	margin-bottom: 5px!important;
	clear: both;
	border: 0px solid #F00;
}
#adoptEntryForm div span{
	margin-left: 0px;
	padding: 5px 5px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#adoptEntryForm div span.error{
	clear: both;
	color: #e46c6e;
	background: #FFF;
	border: 0px;
	display: block;
	width: 220px;
	margin-left: 130px;
	text-align: left;
}

#adoptEntryForm #send{
	background: url(../../images/enter_button.jpg) no-repeat;
	height: 55px;
	width: 208px;
	border: 0px solid #FFF;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
	text-align: left;
	font-weight: normal;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

#contest_photo_confirm{
	height: 30px;
	color: #F00;
	font-weight:bold;
}

#contest_photo_confirm a{
	width: 50px;
	border: 1px solid #666;
	text-decoration: none;
	background: #9C9;
}

#contest_photo_confirm a:hove{
	width: 50px;
	border: 1px solid #666;
	text-decoration: none;
}
/******* /FORM *******/