/*====== RESUME AN APPLICATION MODAL ======*/


#resume_application_popup
{
	position:absolute;
	top:-150px;
	right:0px;
	z-index:100;
	width:370px;
	height:360px;
	background-image:url(images/sprite-2.gif);
	background-position:0 -1701px;
	background-repeat:repeat-x;
	-khtml-border-radius:7px; /* Konqueror */
	-rim-border-radius:7px; /* RIM */
	-ms-border-radius:7px; /* Microsoft */
	-o-border-radius:7px; /* Opera */
	-moz-border-radius:7px; /* Mozilla (e.g Firefox) */
	-webkit-border-radius:7px; /* Webkit (e.g. Safari and Chrome) */
	border-radius:7px; /* W3C */
	box-shadow:0px 0px 20px #111d2d;
	text-align:center;
	display:none;
}

#resume_application_popup form
{
	position:relative;
	top:0px;
	margin:0 auto;
	width:350px;
	height:338px;
	background-image:url(images/sprite-2.gif);
	background-position:0 -1282px;
	background-repeat:repeat-x;
	margin-top:9px;
	-khtml-border-radius:7px; /* Konqueror */
	-rim-border-radius:7px; /* RIM */
	-ms-border-radius:7px; /* Microsoft */
	-o-border-radius:7px; /* Opera */
	-moz-border-radius:7px; /* Mozilla (e.g Firefox) */
	-webkit-border-radius:7px; /* Webkit (e.g. Safari and Chrome) */
	border-radius:7px; /* W3C */
	padding-top:1px;
}

#resume_application_popup form h2
{
	position:relative;
	top:0px;
	float:left;
	font-family:'Belgrano', "Times New Roman", serif;
	font-size:22px;
	color:#fff;
	margin-top:15px;
	margin-left:50px;
	font-weight:normal;
}

#app_popup_close
{
	position:absolute;
	top:5px;
	right:3px;
	-moz-transition:opacity 0.3s; /* Firefox 4 */
	-webkit-transition:opacity 0.3s; /* Safari and Chrome */
	-o-transition:opacity 0.3s; /* Opera */
	transition:opacity 0.3s;
	z-index:100;
}

#app_popup_close:hover
{
	opacity:0.7;
}

#resume_application_popup_form p
{
	position:relative;
	top:0px;
	width:310px;
	text-align:left;
	font-size:14px;
	color:#fff;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.app_popup_form_line
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}

.app_popup_form_line label
{
	position:relative;
	top:0px;
	left:0px;
	font-size:13px;
	color:white;
	font-weight:bold;
	display:inline-block;
	width:50px;
	margin-left:20px;
}

.app_popup_form_line input
{
	position:relative;
	top:0px;
	width:212px;
	height:33px;
	border:none;
	background:none;
	background-image:url(images/sprite-2.gif);
	background-position:0 -2139px;
	background-repeat:repeat-x;
	z-index:10;
	-khtml-border-radius:15px; /* Konqueror */
	-rim-border-radius:15px; /* RIM */
	-ms-border-radius:15px; /* Microsoft */
	-o-border-radius:15px; /* Opera */
	-moz-border-radius:15px; /* Mozilla (e.g Firefox) */
	-webkit-border-radius:15px; /* Webkit (e.g. Safari and Chrome) */
	border-radius:15px; /* W3C */
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-left:19px;
	padding-left:12px;
	padding-right:12px;
}

#resume_application_popup_form input[type="submit"]
{
	border:none;
	background:none;
	font-family:"Belgrano", "Times New Roman", serif;
	font-size:20px;
	color:#fff;
	text-shadow:0px -1px #000;
	background: rgb(191,149,39);
	background-image:url(images/sprite-2.gif);
	background-position:0px -92px;
	background-repeat:repeat-x;
	text-decoration:none;
	padding:9px 50px 11px 50px;
	-khtml-border-radius:25px; /* Konqueror */
	-rim-border-radius:25px; /* RIM */
	-ms-border-radius:25px; /* Microsoft */
	-o-border-radius:25px; /* Opera */
	-moz-border-radius:25px; /* Mozilla (e.g Firefox) */
	-webkit-border-radius:25px; /* Webkit (e.g. Safari and Chrome) */
	border-radius:25px; /* W3C */
	box-shadow:0px 3px 5px #161616;
	margin-top:0px;
}

#resume_application_popup_form input[type="submit"]:hover
{
	background-image:url(images/sprite-2.gif);
	background-position:0px -138px;
	box-shadow:0px 5px 5px #161616;
}