* {
	margin: 0;
	padding: 0;
	font-family: BodoniBT-Book;
	color: #8b80bb;
}

@font-face {
  font-family: POORICH;
  src: url(../fonts/POORICH.TTF);
}

@font-face {
  font-family: MTCORSVA;
  src: url(../fonts/MTCORSVA.TTF);
}

@font-face {
  font-family: BodoniBT-Book;
  src: url(../fonts/BodoniBT-Book.ttf);
}

#c_wrapper {
	width: 700px;
	1height: 489px;
	margin: 0 auto;
	margin-top: 10px;
}

.title {
	margin: 10px 3px 3px 3px;
	width: 700px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	padding-top: 5px 0;
	margin: 0 auto;
	text-align: center;

	/*
	background: rgb(245,246,246); /* Old browsers 
	background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 0%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(0%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); 
	background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 0%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); 
	background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 0%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 0%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 0%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	*/
}

#main_form {
	margin: 15px 3px 3px 3px;
	padding: 5px;
	width: 700px;
	height: 380px;
	font-size: 1.2em;
}

.label {
	width: 200px;
	height: 30px;
	float: left;
	text-align: right;
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.formw {
	width: 429px;
	height: 30px;
	float: left;
	text-align: left;
	padding-left: 7px;
	margin-bottom: 5px;
}

.row {
	clear: both;
}

textarea {
    resize: none;
    font-family: BodoniBT-Book;
    font-size: 1.2em;
    color: #000;
}

#cap {
	padding-left: 10px;
	float: left;
	padding-left: 100px;
}

#submit {
	margin-top: 15px;
	1text-align: right;
	margin-right: 100px;
	padding-right: 90px;
}

.error_msg {
	width: 50px;
	float: left;
}

.red_font {
	color: red;
	font-size: 14px;
	font-family: Verdata;
}

#cap_hidden {
	1display: none;
}

#cap_err {
	font-size: 11px;
	color: red;
}

input[type=text], #besttime {
	height: 100%;
	width: 100%;
	font-family: BodoniBT-Book;
	color: #000;
	font-size: 1.2em;
	border:1px solid #8b80bb;
}

input[type=submit] {
	width: 90px;
	height: 30px;
	font-size: 1em;
}


#comment {
	width: 429px;
	height: 170px;
	border:1px solid #8b80bb;
}

#cap_in {
	width: 120px;
}

#title_left {
	padding-left: 75px;
}

#img_cap {
	margin-top: 40px;
	1margin-left: 200px;
}