#content { padding: 0px;}

#content h3{
	margin-bottom: 10px;
}
.info{
	padding: 0px;
	font-size: 12px;
}

#content .caption {
	color: #555;
}

#content .caption img {
	display: block;
	border: 5px solid #ccc;
	margin-bottom: 5px;
}

#content label {
	display: block;
	width: 368px;
	padding-top: 5px;
}

#content label span {
	display: block;
	width: 120px;
	float: left;
	margin-top: 3px;
	font-weight: bold;
}

#content label input {
	width: 238px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#content label textarea {
	width: 238px;
	height: 165px;
	overflow: auto;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

#content button {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(images/arrow.gif) center left #fff no-repeat;
	font-weight: bold;
	padding-left: 25px;
	margin: 10px 0px 10px 120px;
	text-align: left;
	border: 0px;
	cursor: hand;
	}
	
#content button span {
	color: #00adef;
	border-bottom: 1px dotted #000;

}

#content button:hover span {
	color: #000;
	border-bottom: 1px solid #00adef;
}

div.infos {
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
	color: black;
	text-align: center;
	padding: 1em 0em;
	margin: 0em;
	width: 364px;
}


div.success{
	color: #00adef;	
}

div.error {
	color: #ec008c;
}

div.infos p {
	font-weight: bold;	
	font-size: 1.1em;
}

div.error ul {
	text-align: left;
	margin-left: 15em;
}

div.error li {
	list-style: disc !important;
}
.info h4 {
	font-size: 12px;
	color: #EC008C;
	font-weight: bold;
	padding-bottom: 2px;
}
#content .column {

	background: url(../styles/images/bg-dotted.gif) top left repeat-y;
}
#submenu{

}

iframe{ margin-bottom: 5px; }