div#wrapper {
	position: relative;
	width: 635px;
	height: 380px;
	padding: 0 23px;
}
	div#wrapper a.close {
		position: absolute;
		top: 10px;
		right: 180px;
		color: #ffcc00;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
	}
	div#wrapper #mosaic_load {
		position: absolute;
		top: 5px;
		right: 170px;
        width:340px;
        height:355px;
        filter:alpha(opacity=80);
        opacity:0.8;
        -moz-opacity:0.8;
        background-color:#000000;
        background-image: url('../images/ajax-loader.gif');
        background-repeat:no-repeat;
        background-position:center center;
	}
    div#wrapper .limit {
    	padding:0px 145px;
    }
	div#wrapper form#sendPhotoForm {
		height: 343px;
		background: url('../images/bg_gallery.png') repeat left top;
	    padding: 37px 0 0 10px;
	}
		div#wrapper form#sendPhotoForm fieldset {
			/*width: 297px;*/
			width: 325px;
			float: right;
			/*margin: 0 25px 0 0;*/
			margin: 0 5px 0 0;
		}
		div#wrapper form#sendPhotoForm legend {
		}
		div#wrapper form#sendPhotoForm ol {
			widthg: 325px;
			/*widthg: 250px;*/
		}
			div#wrapper form#sendPhotoForm ol li {
				clear: both;
				background: #fff;
				margin: 5px 0;
				overflow: hidden;
				width: 100%;
				
			}
			div#wrapper form#sendPhotoForm ol li.textarea-box {
				height: auto;
			}
			div#wrapper form#sendPhotoForm ol li.submit-box,
			div#wrapper form#sendPhotoForm ol li.check-box,
			div#wrapper form#sendPhotoForm ol li.text-box,
			div#wrapper form#sendPhotoForm li.upload-box {
				background: transparent;
			}
			div#wrapper form#sendPhotoForm ol li.text-box {
				color: #fff;
				font-size: 10px;
			}
			div#wrapper form#sendPhotoForm ol li.submit-box {
				text-align: right;
			}
			div#wrapper form#sendPhotoForm li.upload-box {
				position: relative;
				height: 30px;
			}
		div#wrapper form#sendPhotoForm strong.label {
			color: #fff;
			line-height: 30px;
		}
		div#wrapper form#sendPhotoForm label {
			float: left;
			display: block;
			width: 40px;
			line-height: 20px;
			font-weight: bold;
			margin: 0 0 0 3px;
		}
		div#wrapper form#sendPhotoForm li.select-box label {
			width: 50px;
		}
		div#wrapper form#sendPhotoForm li.check-box label {
			width: auto;
			font-size: 10px;
			font-weight: 0;
			color: #fff;
			display: inline;
			float: none;
		}
		div#wrapper form#sendPhotoForm li.textarea-box label {
			width: 60px;
		}
		div#wrapper form#sendPhotoForm input {
			height: 17px;
			padding: 3px 0 0 0;
			width: 232px;
		}
        div#wrapper form#sendPhotoForm input.consent {
        	height:20px;
        }
		div#wrapper form#sendPhotoForm li.check-box input {
			width: auto;
			height: auto;
			padding: 0;
		}
		div#wrapper form#sendPhotoForm textarea {
			/*width: 215px;*/
			width: 260px;
		}
		div#wrapper form#sendPhotoForm select,
			div#wrapper form#sendPhotoForm select option {
			font-size: 10px;
		}
			div#wrapper form#sendPhotoForm select optgroup {
				font-weight: 700;
			}
		div#wrapper form#sendPhotoForm input,
		div#wrapper form#sendPhotoForm textarea {
		}
		div#wrapper form#sendPhotoForm input:focus,
		div#wrapper form#sendPhotoForm textarea:focus {
			outline: none;
		}
		div#wrapper form#sendPhotoForm button {
			width: 61px;
			height: 30px;
			background: url('../images/send_button.png') no-repeat left top;
			text-indent: -5000em;
		}
		div#wrapper form#sendPhotoForm button.disabled {
			background-position: left bottom;
		}
		div#wrapper form#sendPhotoForm li.upload-box object,
		div#wrapper form#sendPhotoForm li.upload-box embed {
			position: absolute;
			right: 0;
			top: 0;
		}
		div#wrapper form#sendPhotoForm div.errors {
			color: #f54d4d;
			font-weight: bold;
			margin: 10px 0 0 0;
		}