/*  Derived from CSS Form version 1.1 
	Modified to use global/v/ type styling  */
/*
Structural
*/

#cssform label {
    float:left;
    display:block;
    clear:left;
	color:#369;
    margin-right:1em;
	margin-top:5px;
    padding:2px 15px 0 0;
    position:relative;
    text-align:right;
    width:200px;
}
#cssform label.unstyle {
    clear:none;
	margin-top:2px;
	padding:2px 0 0 0;
    position:relative;
	width:auto;
}
/* Override the label style for labels that may appear anywhere, eg to the right of checkboxes */
#cssform label.free-label {
    float: none;
    display:inline;
    clear:none;
    margin-right:1em;
    margin-left:0.5em;
    text-align:left;
}
#cssform textarea {
	height:120px;
	margin-bottom:0.5em;
	margin-top:5px;
	width:300px;
}
#cssform input {
    margin-top:5px;
}
#cssform select {
    margin-top:5px;
}
#cssform button {
    margin-top:5px;
}
#cssform optgroup {
    margin-top:5px;
}
#cssform input[type="checkbox"] ,#cssform input[type="radio"] {
    margin-bottom:7px;
}
#cssform input[type="text"] {
    margin-bottom:0.5em;
    width:273px;
}
#cssform select.dobmonth {
    width:100px;
}
#cssform select.dobday {
    width:50px;
}
#cssform select.dobyear {
    width:70px;
}
#cssform input[type="file"] {
    margin-bottom:0.5em;
    padding:1px;
    width:220px;
}
#cssform select {
    margin-bottom:0.5em;
    padding:3px;
    width:200px;
}
/*
General styles for form elements
*/
#cssform {
    border: 1px solid #C7DAEA;
    background-color:#EAF1F8;
	margin-top:35px;
	padding:15px 14px;
    position:relative;
}
#cssform legend span {
	background-position:100% -62px;
    padding-bottom:11px;
    padding-top:6px;
}
#cssform legend span.curl {
	background-position:0 -94px;
    top:32px;
}
#cssform textarea, #cssform input[type="text"] {
    background:url('/global/v/redesign1/images/bg-input.png') repeat-x scroll 0 0 #fff;
    border-color:#aaa #ccc #ccc #aaa;
	border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-width:1px;
    color:#777;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    margin:0 0 15px;
    outline:0 none;
    padding:5px;
    border:1px solid #ccc;
}
#cssform textarea:focus, #cssform input[type="text"]:focus {
  -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.3);
  box-shadow:0px 0px 4px rgba(0,0,0,0.3);
  border-color:#999;
  background:#fff url('/global/v/redesign1/images/bg-input-focus.png') repeat-x 0px 0px;
  padding:5px;
}
/*#cssform input[type="submit"], #cssform input[type="reset"] {
	color: #fff;
	background: none repeat scroll 0 0 #CE0B1B;
    border: 1px solid #CE0B1B!important;
	display: inline-block;
	position: relative;
	margin:10px 10px 10px 230px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	font: bold 14px/25px Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#cssform input:hover[type="submit"], #cssform input:hover[type="reset"] {
	color: #fff;
	background: none repeat scroll 0 0 #ed1c2e;
    border: 1px solid #ed1c2e!important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 2px rgba(0,0,0, .29);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 2px rgba(0,0,0, .29);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 2px rgba(0,0,0, .29);
}
#cssform input:active[type="submit"], #cssform input:active[type="reset"] {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}
#cssform input[type="reset"] {
    display: inline;
    float: left;
    margin: 10px 10px 10px 320px;
    position: relative;
    top: -58px;
}*/
#cssform input[type="checkbox"] {
    clear:left;
	color:#000;
    float:left;
	margin-right:10px;
}
#cssform input[type="checkbox"].no-clear {
    clear: none;
}
#cssform input[type="radio"] {
    background-color:#EAF1F8;
    color:#000;
	float:left;
}
/* this style is for radio buttons if we have a whole heap and they cannot sit on the same line and require their own. As with checkboxes, they are required to sit in a table*/
#cssform table input[type="radio"] {
    clear: left;
	background-color:transparent;
}
#cssform table td input[type="text"] {
	clear:left;
	display:block;
}
#cssform table input[type="checkbox"] ,#cssform table input[type="radio"] {
    margin-bottom:7px;
}
#cssform table {
	margin-top:5px;
}
#cssform table td {
	/*float:left; taken out as the elements should float left by themselves. Also so that td tags still sat next to each other and check boxes can be in columns */
}
#cssform table label.unstyle {
	margin-top:2px;
	margin-bottom:;
}
#cssform option {
    background-color:#fff;
    color:#000;
}
#cssform optgroup {
    background-color:#ccc;
    color:#000;
}
#cssform button {
    background-color:#ccc;
    color:#333;
}
div.container-selectbox {
	/*height is here for IE when js is disabled*/
	height:30px;
	position:relative;	
}
#cssform select {
    height:26px;
    line-height:26px;	
}
#cssform select.selectbox {
	font-size:13px !important;
	top:0px !important;
}
/*
More specific styles for form elements
*/
#cssform select.title {
    margin-bottom:0.5em;
    padding:3px;
    width:100px;
}
span.customStyleSelectBox {
/* Styles For Your Select Box */
    background-color:transparent;
    border:1px solid #ccc;
    border-radius:5px 5px 5px 5px;
    color:#666;
    font-size:1em;
	margin:0 0 15px;
    padding:5px 7px;
	background-image:url("/global/v/redesign1/js/jquery/current/plugins/forms/custom-select/select-grad.gif");
    background-position:0px 0px;
    background-repeat:no-repeat;
    display:inline-block;
}
span.customStyleSelectBox.changed {
    background-color:#FFF;
/* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
background:url("/global/v/redesign1/js/jquery/current/plugins/forms/custom-select/select-item-arrow.gif") no-repeat center right;
}
.submit-btn {
	margin-left:220px;
}
#cssform input[type="text"], #cssform textarea {
    background:url("/global/v/redesign1/images/bg-input.png") repeat-x scroll 0 0 #fff;
    border-color:#aaa #ccc #ccc #aaa;
    color:#777;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
	margin:0 0 15px;
    outline:0 none;
}
/*
 Required flag (added automatically)
*/
span.required, span.requiredFlag {
	color:red;
}
/*
 JQ validation error markup
*/
div.error {
    color:red;
}
/*
  Other embellishments
*/
#cssform h2, #cssform h3 {
    font-size:1.1em;
    font-weight:bold;
    padding:15px 0 5px;
    position:relative;
    font-family:Arial,Helvetica,sans-serif;
}
#cssform h2 {
    border-bottom:1px solid #C7DAEA;
	color:#005A9C;
}
#cssform h3 {
    border-bottom:1px solid #ccc;
	color:#666;
}
span.error {
    display:block;
    color:red;
	float:right;
    font-size:12px;
    font-style:italic;
}
em.error {
    color:red;
}
div.required-info {
	float:right;
    font-size:10px;
    font-weight:normal;
    position:relative;
    text-transform:uppercase;
    top:15px;
}
.content #cssform p { clear:both; display:inline-block;}
