#submit_return_form_button {
background: #0FF0FF; /* old browsers */
background: -moz-linear-gradient(top, #0FF0FF 0%, #0BC4C1 99%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0FF0FF), color-stop(99%,#0BC4C1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0FF0FF', endColorstr='#0BC4C1',GradientType=0 ); /* ie */
border: 0;
color: white;
width: 120px;
padding:6px 0;
font-weight: bold;
font-size: 14px;
cursor: pointer;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
border-bottom-left-radius: 8px 8px;
bottom:5px;
position:relative;
text-shadow: -1px -1px 1px #0a868a;
	filter: dropshadow(color=#0a868a, offx=-1, offy=-1); 
}
#new_reg_button {
	background: #0FF0FF; /* old browsers */
background: -moz-linear-gradient(top, #0FF0FF 0%, #0BC4C1 99%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0FF0FF), color-stop(99%,#0BC4C1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0FF0FF', endColorstr='#0BC4C1',GradientType=0 ); /* ie */
	border: 0;
	color: white;
padding:6px 0;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	float:right;
   width: 190px;
	 text-shadow: -1px -1px 1px #0a868a;
	filter: dropshadow(color=#0a868a, offx=-1, offy=-1); 
}

#new_reg_button {
	background: #0FF0FF; /* old browsers */
	background: -moz-linear-gradient(top, #0FF0FF 0%, #0BC4C1 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0FF0FF), color-stop(99%,#0BC4C1)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0FF0FF', endColorstr='#0BC4C1',GradientType=0 ); /* ie */
	border: 0;
	color: white;
	padding:6px 0;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float:right;
   width: 190px;
	 text-shadow: -1px -1px 1px #0a868a;
	filter: dropshadow(color=#0a868a, offx=-1, offy=-1); 
}

#reset_list {
	background: #0FF0FF; /* old browsers */
	background: -moz-linear-gradient(top, #0FF0FF 0%, #0BC4C1 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0FF0FF), color-stop(99%,#0BC4C1)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0FF0FF', endColorstr='#0BC4C1',GradientType=0 ); /* ie */
	border: 0;
	color: white;
	padding:6px 0;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float:right;
   width: 150px;
	 text-shadow: -1px -1px 1px #0a868a;
	filter: dropshadow(color=#0a868a, offx=-1, offy=-1); 
	margin-right:60px;
}


body {
    color: rgba(0, 0, 0, 0.8);
    font: 14px/1.8 "trebuchet ms",sans-serif;
	background-color:#333;
	background-color:#241b12;
	padding:0;
	margin:0;
}

a {
	color: #0BC4C1;
}

h3 {
	color: #000066;	
	text-align: left;
	font-size: 24px;
	padding: 0;
	margin: 0;
}
a:visited {
	color: #f28411;
}

#wrapper {
	padding:0;
	margin:0;
}

header {
	width: 100%;
	height: 50px;
	background-color: white; /* old browsers */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* ie */
}

#rlogos {
	 
	
		min-width:800px;	
		 display: block;
  position: top;
  left: 50px;
  top: 50%;
  
}
.rlogo img {
  max-height: 50px;
  position: top;
  left: 100px;
  top: 50%;
  background-color: green;
}

#rlogos h1 {
			margin: 0;
			padding:10px 0 0 0;
			color:#FFF;
			font-size:18px;
			width:200px;
			float: left;
} 

nav {
	    margin: 0;
			padding:15px 0 0 0;
			color:#FFF;
			font-size:12px;
			width:100px;
			float:right;
}

nav a{
			color: red;
			text-decoration:none;
			font-weight:normal;
			width:50px;
			font-size:12px;
			
}

nav a:hover{
			color: #0FF;
			text-decoration:none;
			font-weight:normal;
}

#main {
	height: 1020px;
	padding-top: 20px;
	background: #7d7e7d; /* old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* ie */
}

/*Admin Table styles*/

table#theLog {
	color:#2d2d2d;	
	background-color:#e5e5e5;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	border-color: gray;
	font-size: 12px;
	text-align: left;
	margin: 20px auto;
	max-width:1300px;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
back
}

th {
    background: none repeat scroll 0 0 #0ff0ff;
    border-bottom: 1px solid #0a868a;
    border-top: 4px solid #0a868a;
		border-right: 1px solid #0a868a;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
	height: 60px;
	text-align:center;
}

tr:hover td {
    background: none repeat scroll 0 0 #e1e6f8;
    color: #1f1f1f;
}

td {
    background: none repeat scroll 0 0 #E8EDFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
		border-right: 1px solid #ffffff;
    color: #333333;
		height:45px;
    padding: 8px;
}

td a.delete{
	cursor:pointer;
	float:right; 
	width:24px; 
	height:24px; 
	display:none;
}

.img_left {
	float: left;
	display: inline;
	margin-top: 16px;
}
.img_right {
	float:right;
	display: inline;
	margin-top: 26px;
}

#content {
    width: 745px;
    margin: 0 auto;
    padding: 0 33px;
}

#content .center { 
	text-align: center; 
	}

#content fieldset {
    margin-top: 1em;
    margin-bottom: 15px;
	background-color: #FDFDFD;
	border: 1px solid #e5e5e5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#content fieldset {
	padding: 15px 15px 25px 15px;
	border: 1px solid #E5E5E5;
}

#content legend {
    color: #F28411;
    font-weight: bold;
    font-size: 16px;
}

#content .formLayout label {
    font-size: 14px;
    font-weight: 800;
	
    padding-right: 6px;
    text-align: left;
    width: 280px;
}

#content .formLayout input, .formLayout select {
    margin-bottom: 0.5em;
	background-color: #ffffcc;
}

#content .formLayout select {
    width: 270px;
}

#content .formLayout br {
    clear: both;
}

.notice {
    color: red;
    font-size: 10px;
    text-align: right;
	padding:0;
	margin: 0 2px -14px 0;
}

#content .formLayout_2 {
    padding-top: 1em;
}

#content .formLayout_2 label {
    float: left;
    width: 12em;
	font-size: 14px;
}

#content .formLayout_2 input, .formLayout select {
    margin-bottom: 0.5em;
}

#content .formLayout_2 select {
}

#content .formLayout_2 br {
    clear: both;
}

#content #content #return_wrapper label {
	display: block;	
}
#content .return_wrapper {
	width:640px;
	min-height:35px;
	display:block;
	overflow:hidden;
}
#content .return_wrapper div {
	float:left;
}

#content #return_wrapper_header label {
	display: block;
	font-size: 12px;
	color:grey;
}
#content #return_wrapper_header {
	width:640px;
	min-height:25px;
	display:block;
	overflow:hidden;
}
#content .return_wrapper_header div {
	width:200px;
	float:left;
}

#content #reason_wrapper {
	width:320px;
}
#content input {
	border:1px solid #CCCCCC;
	padding:3px;
}
#content input:focus {
	color:#151515;
	background-color:#FFFFFF !important;
	text-shadow: none;
	border:1px solid #F28411 !important;
}
#content input:active {
	background-color:#f7f7f7 !important;
	text-shadow: none;
	border:1px solid #F28411 !important;
}

#content textarea {
	width: 269px;
	border:1px solid #CCCCCC;
	background-color:##ffffcc;
	margin: 5px 0 19px 0;
	padding:5px;
	color:#151515;
	font-size:12px;
	
	/* CSS3 spicing */
}
#content textarea:focus 		{ color:#151515; background-color:#EBEBEB;text-shadow: none;border:1px solid #CCCCCC;}
#content textarea:active 	{ background-color:#d1d1d1;text-shadow: none;border:1px solid #CCCCCC;}

#content label {
	display:block;
	font-size:11px;
	margin-top:5px;
	margin-bottom:2px;
}
#content label span {
	color:red;
	font-size: 12px;
}

#content select {
    background-color: #FFFAF4;
    border: 1px solid #CCCCCC;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    padding: 2px;
	width: 280px;	
	/* CSS3 spicing */
}
#submit_form {
	text-align: right;
    padding-top: 1px;
    text-align: right;
}
.addbutton {
	cursor:pointer;
	background-color:#FFE4CA;
}
.qty_input {
	width:70px;
}
.qty_wrapper {
	width:111px;	
}
.order_code_wrapper {
	width:200px;	
}
.reason_wrapper {
	width:200px;
}
#addlines {
	width: 168px;
    position:relative;
	left:16px
}
#return_form_layout {
    position:relative;
	left:16px
}
.input_order_code {
	width: 160px;
}
#final_error {
    background-color: yellow;
    border: 1px solid #FF983C;
    color: red;
    font-weight: 800;
    padding: 5px;
	margin-top: 13px;
	display: none;
	text-align: center;
}
.formLayout_right {
    float: left;
    width: 300px;
}
.formLayout_left {
    float: left;
	
    padding-left: 17px;
    width: 311px;
}
.button {
    color: #0066FF;
	font-size:10px;
	padding: 2px 9px 2px 14px;
}
.button {
    -moz-border-radius: 2px 2px 2px 2px;
    background: url("/images/en_UK/btn_arrow_orange_new.gif") no-repeat scroll left center transparent;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    overflow: visible;
    position: relative;
    text-decoration: none;
}
#submit_form .submit_from {
	text-align:left;
	display:inline;
	float: left;
	margin:0;
}
.Other_Explanation {
	background-image:url(/images/en_UK/bespoke/explanation_1.gif) !important;
	background-position: top left !important;
	background-repeat:no-repeat !important;
}
.Other_Explanation_Normal {
	background-image:none !important;
}
.Other_Explanation_Part {
	background-image:url(/images/en_UK/bespoke/explanation_2.gif) !important;
	background-position: top left !important;
	background-repeat:no-repeat !important;
}
.Other_Explanation_Part_Normal {
	background-image:none !important;
}
#back {
background: url("../images/background.png");
background-repeat: repeat-x; }	
