@charset "utf-8";
/* CSS Document */

#apply-main {
	position: relative;
	margin-left: 208px;
	margin-bottom: 15px;
	width: 680px;
	border: 1px solid #3f3f3f;
	background: url('/images/store-opportunities/store-opportunities-bg.jpg') top repeat-x;
}

#escape {
	position: absolute;
	top: 0;
	left: 0;
}

#apply-intro {
	position: relative;
}

#apply-intro p {
	padding: 28px 15px 0 148px;
}

#apply-form {
	position: relative;
	margin-left: 148px;
	height: 425px;
	padding-bottom: 15px;
}
/*
input.text {
	border: 1px solid #089cda;
	width: 178px;
	height: 16px;
	background-color: #525252;
	color: #ffffff;
	font-size: 11px;
	
	background-color: #ffffff;
	color: #000000;
}*/
/*
input.text {
	border: 1px solid #089cda;
	width: 150px;
	height: 16px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}
*/
input.file {
	height: 20px;
}

input.submit {
	height: 20px;
	width: 114px;
	border: 0;
}

select.title {
	border: 1px solid #089cda;
	width: 51px;
	height: 1.7em;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}

select.position {
	border: 1px solid #089cda;
	width: 185px;
	height: 1.7em;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}

select.geographical {
	border: 1px solid #089cda;
	width: 185px;
	height: 1.7em;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}

select.store {
	border: 1px solid #089cda;
	width: 185px;
	height: 1.7em;
	font-size: 11px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #000000;
}

select.referrer {
	border: 1px solid #089cda;
	width: 185px;
	height: 1.7em;
	font-size: 11px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #000000;
}


#formTitle {
	position: absolute;
	left: 0;
	top: 60px;
}

#formFirstName {
	position: absolute;
	left: 73px;
	top: 60px;
}

#formSurname {
	position: absolute;
	left: 270px;
	top: 60px;
}

#formEmail {
	position: absolute;
	left: 73px;
	top: 110px;
}

#formTelephone {
	position: absolute;
	left: 270px;
	top: 110px;
}

#formHomePostcode {
	position: absolute;
	left: 73px;
	top: 160px;
}

#formGeographicPreference {
	position: absolute;
	left: 270px;
	top: 160px;
}

#formStore {
	position: absolute;
	left: 73px;
	top: 211px;
}

#formPosition {
	position: absolute;
	left: 0;
	top: 20px;
}

#formReferrer {
	position: absolute;
	left: 73px;
	top: 263px;
}

#formCL {
	position: absolute;
	left: 73px;
	top: 320px;
}

#formCV {
	position: absolute;
	left: 73px;
	top: 400px;
}

#formSubmit {
	position: absolute;
	left: 400px;
	top: 400px;
}





/*new form*/
body {
	/*background-image:url(/images/layout/how_to_apply_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#fefefe;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 393px;
	background-color: #1a1a1a;
}

.content {
	position:relative; 
	left:20px; 
	top:20px; 
	width:850px; 
	margin-bottom:40px;
	min-height:390px;
}

input.text {
	border: 1px solid #089cda;
	width: 150px;
	height: 16px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	font-family:@Arial Unicode MS;
}

textarea {
	border: 1px solid #089cda;
	width: 150px;
	height: 56px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	font-family:@Arial Unicode MS;
}


textarea.large 
{
    width: 800px;
    height: 100px;
}

textarea.tall 
{
    width: 800px;
    height: 300px;
}

select.dropdown {
	border: 1px solid #089cda;
	width: 155px;
	height: 1.7em;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

select.dropdownshort {
	border: 1px solid #089cda;
	width: 80px;
	height: 1.7em;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}


#container {
	/*guideline addition*/
	/*background-image:url(../images/layout/how_to_apply_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
}

/*new form styles*/

.formContainer
{
    position:relative;
   width:312px;
   margin-top:20px;
}
.formPage
{
    position:relative;
  padding: 5px;
  width: 850px;
  
  
}

h1
{
    font-size:14px;
    font-weight:normal;
}

h2
{
    font-size:14px;
    font-weight:normal;
}

.gatewayCol
{
    position:relative;
    float:left;
    width:240px;
    padding-right:40px;
}

.formCol
{
    position:relative;
    float:left;
    width:280px;
}
.formColWide
{
    position:relative;
    float:left;
    width:380px;
}
.formControls
{
    position:relative;
    float:left;
    clear:both;
    width:650px;
    margin-top:20px;
}
.red 
{
    color:#f00;
}
.green 
{
    color:#0f0;
}

.dataGrid
{
    width:90%;
    border:1px solid #F7BE3D;
}

#main-content
{
    padding:20px;
}

a
{
    color:#FFF;
}
p
{
    margin-bottom:5px;
}
.yellow
{
    color:#ffc233;
}