*{
	margin: 0;
	padding:0;
}

body {
	font-family: Tahoma;
	font-size: 15px;
	background: #b5b9ba url(../images/bg.jpg) repeat-x;
	color: #000;
}

img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: underline;
}

/***** Transparent boxes *****/
.transparent {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

#wrapper {
	width: 1060px;
	height: 1200px;
	background: url(../images/form.jpg) no-repeat;
	margin: auto;
}


/***** Begin CONTENT *****/
#content {
	float: right;
	width: 748px;
	height: 1021px;
	position: relative;
	right: 9px;
	top: 90px;
	padding: 30px 20px 20px 20px;
	overflow: hidden;
}

#content #left {
	float: left;
	width: 360px;
	height: 615px;
}

#content #right {
	float: right;
	width: 382px;
	height: 830px;
}

/***** Begin MODEL APPLICATION *****/
#content #model_application_box {
	width: 346px;
	height: 281px;
	background-color: #fff;
	border: 2px solid #ccc;
}

/* Overlay over the transparent box so the text is not transparent */
#content #model_application {
	width: 301px;
	height: 251px;
	position: relative;
	top: -283px;
	padding: 15px 15px 15px 30px;
	margin-bottom: -260px;
}

#content #model_application ul li {
	margin: 0 0 15px 15px;
}
/***** End MODEL APPLICATION *****/


/***** Begin UPLOAD PICTURES *****/
#content #upload_pictures_box {
	width: 346px;
	height: 299px;
	background-color: #fff;
	border: 2px solid #ccc;
}

/* Overlay over the transparent box so the text is not transparent */
#content #upload_pictures {
	width: 301px;
	height: 269px;
	position: relative;
	top: -301px;
	padding: 15px 15px 15px 30px;
	margin-bottom: -300px;
}

#content #upload_pictures label {
	display: block;
}

#content #upload_pictures input {
	width: 200px;
	margin-bottom: 10px;
}

.loading {
    position: relative;
    left: 20px;
}
/***** End UPLOAD PICTURES *****/


/***** Begin REQUIRED INFORMATION *****/
#content #required_information {
	width: 335px;
	height: 778px;
	background-color: #eee;
	border: 2px solid #ccc;
	padding: 15px 15px 15px 30px;
	margin-bottom: 20px;
	font-size: 13px;
}

#content #required_information  ul {
	list-style-type: none;
}

#content #required_information  label {
	float: left;
	width: 130px;
	font-weight: bold;
	clear: both;
}

#content #required_information  input {
	float: left;
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#content #required_information  select {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#content #required_information  select#gender {
	width: 80px;
	height: 20px;
	margin-right: 125px;
}

#content #required_information  input#age, 
#content #required_information  input#height,
#content #required_information  input#weight {
	width: 70px;
}

#content #required_information  select#experience {
	width: 140px;
	height: 20px;
	margin: 0 65px 25px 0;
}

#content #required_information  label#id {
	width: 283px;
	margin-bottom: 15px;
}

#content #required_information  label#when, #content #required_information  label#where {
	margin-bottom: 15px;
}

#content #required_information  label#available {
	width: 335px;
	margin-bottom: 10px;
}

#content #required_information .more_text {
	float: left;
	margin-left: 5px;
	width: 120px;
}

#content #required_information #checkboxes div {
	float: left;
	width: 163px;
}

#content #required_information #checkboxes input {
	float: left;
	width: 24px;
	height: 16px;
}

#content #required_information label#about {
	width: 330px;
	margin-top: 5px;
}

#content #required_information textarea {
	width: 330px;
	height: 100px;
	border: 1px solid #ccc;
}
/***** End REQUIRED INFORMATION *****/


/***** Begin SUBMIT BOX *****/
#content #submit_box {
	clear: both;
	width: 696px;
	height: 160px;
	background-color: #eee;
	border: 2px solid #ccc;
	padding: 15px 25px;
	font-size: 13px;
	font-weight: bold;
}

#content #submit_box #captcha {
    height:25px;
    margin:auto;
    position:relative;
    top:20px;
    width:300px;
}

#content #submit_box #captcha #code {
    margin-top: 4px;
}

#content #submit_box #submit {
	float: right;
	width: 179px;
	height: 35px;
	background: url(../images/submit_btn.gif) no-repeat;
	margin-top: 10px;
    position: relative;
    right: 80px;
}
/***** End SUBMIT BOX *****/

/***** End CONTENT *****/
