@charset "utf-8";


/*-------------------------
	Common Layout
-------------------------*/
@import "common.css";


/*-------------------------
	Wrapper Layout
-------------------------*/
#wrapper {
		background-image: url( ../image/back/confused.jpg );
}


/*-------------------------
	Container Layout
-------------------------*/
#container {
}


/*-------------------------
	Content Layout
-------------------------*/
#content {
		width: 350px;
		margin: 0px 220px 0px 0px;
}

#content h4 {
		margin: 0px 0px 10px;
		padding: 0px;
		border: none;
		font-weight: bold;
		color: #999;
}

#content p span {
		margin: 0px 5px 0px 0px;
		color: #EA1313;
		font-weight: bold;
}

#content table {
		margin: 20px 0px 0px;
}
#content table th,
#content table td {
		padding: 8px 10px;
}

#content table th {
		width: 120px;
		background: #000;
		border-top: solid 1px #FFF;
		font-weight: normal;
		text-align: left;
		line-height: 150%;
		color: #FFF;
}
#content table tr.first th {
		border-top: solid 1px #000;
}
#content table tr.last th {
		border-bottom: solid 1px #000;
}

#content table td{
		width: 188px;
		border: solid 1px #000;
}

#content table td li {
		padding-bottom: 5px;
}

#content div.lead {
		padding: 40px 0px;
		text-align: center;
}


/*-------------------------
	Form Layout
-------------------------*/
input.text,
textarea.textarea {
		width: 168px;
		padding: 5px;
		font-size: 12px;
}

label,
input.submit {
		cursor: pointer;
}

input.submit {
		width: 195px;
		height: 35px;
		margin: 0px 20px;
}
input.confirm {
		width: 100px;
		height: 40px;
		margin: 0px 20px;
}


#content p.error {
		padding-top: 5px;
		font-size: 10px;
		color: #F00;
}