/* SimpleModal Basic Modal Dialog*/


/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
/* Container */
#simplemodal-container {
}
a.modalCloseImg {
	background:url(../images/close.gif) no-repeat;
	width:35px;
	height:12px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:35px;
	right:45px;
	cursor:pointer;
}
.modal {
	overflow: hidden;
	width: 437px;
}
.inner {
	padding: 35px 40px 15px 40px;
	background: transparent url(../images/modal_bg.png) left top no-repeat;
}
.modal p {
	margin-left: 0;
}

.modal_bottom {
	background: url(../images/modal_bg_bottom.png) left bottom no-repeat;
	height: 25px;	
}
.clear {
	clear: both;
}
.modal h2 {
	margin: 0;
	margin-bottom: 10px;
	background: url(../images/dash.gif) left bottom repeat-x;
	padding-bottom:11px;
}
.modal h2 img {
	margin: 0;
}

.modal input {
	font-size: 1.1em;
}
.modal select {
	font-size: 1.1em;
}
.modal ol li {
	clear: both;
}
.modal .button {
	margin-left: 80px;
	float: left;
	display: inline;
}

.inner fieldset {
	margin-left: 0;
	margin-right: 0;
}
.fieldcontain {
	background: #f9c4ca;
	padding: 3px;
	float: left;
	margin-bottom: 3px;
}

.modal .label {display: block; float: left; text-align: right; width: 100px; margin-top: 2px; }

.modal .label {
	width: 75px;
	font-weight: bold;
	margin-right: 5px;
}
.modal label {color:#666666;}
.modal .text, .modal .textarea {
	width: 265px;
	margin-left: 0;
}

.modal textarea {
	height: 90px;
}
#writeSomething .textarea {
	width: 350px;
	height: 110px;
}
#writeSomething .button {
	margin-left: 10px;
}

.modal .note {
	clear: both;
	color: #666;
}
.modal p.cancel {
	float: left;
	margin-left: 20px;
	display: inline;
}
/* wider version */
.modal2 {
	width: 600px;
}

.modal2 .inner {
	background: transparent url(../images/modal_bg_wide.png) left top no-repeat;
}

.modal2 .modal_bottom {
	background: url(../images/modal_bg_bottom_wide.png) left bottom no-repeat;
	height: 25px;	
}

.modal2 .photo img {
	margin-left: 0;
	float: left;
}
.modal2 .description {
	margin-left: 176px;
}
.modal2 h2 {
	margin-bottom: 0px;
	background: none;
	padding-bottom: 0;
	font-style: italic;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #122e3e;
}
.modal2 h3 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
	background: url(../images/dash.gif) left bottom repeat-x;
	padding-bottom:8px;
	color: #e350a3;
	font-size: 1.1em;
}

.modal dl {
	margin-left: 0;
	1line-height: 2;
}
.modal dt {
	float: left;
	width: 35%;
	text-align: right;
	margin-bottom: 5px;
}
.modal dd {
	float: left;
	margin-left: 10px;
	width: 50%;
	color: #808080;
	margin-bottom: 5px;
}
.modal2 {
	position:relative
}
.modal2 .button {
	margin: 0;
	position: absolute;
	right: 40px;
	top: 100px;
}

.modal2 .button2 {
	margin: 0;
	position: absolute;
	right: 40px;
}
