/* Forms
*******************************************************/

fieldset {
	border: 0;
    margin:0;
    padding:0;
}

form ul {
	list-style: none;
}

div#Header .middleColumn {
 	display:block;
	margin:15px 10px 10px 0;
	margin:0;
	padding:0;
}

div#Content form div.text,
div#Content form div.email,
div#ContentNoBanner form div.text,
div#ContentNoBanner form div.email,
div#ContentNoBanner form div.password   {
    /*clear:both;*/
    width:150px;
    margin:0 7px 10px 0;
}

    form div.field label {
        clear:both;
        margin:0 0 0 8px;
        padding:0;
        width:142px;

    }

div#Content form div.text .middleColumn,
div#Content form div.email .middleColumn,
div#ContentNoBanner form div.text .middleColumn,
div#ContentNoBanner form div.email .middleColumn,
div#ContentNoBanner form div.password .middleColumn{
    background:transparent url(/mysite/themes/gib/images/bg-input-fixed.png) left top no-repeat;
    border:none;
    height:19px;
    display:block;
    margin:0;
    width:150px;
    clear:both;
}
/*
div#ContentNoBanner form div#Postcode .middleColumn {
    background:none;
}*/

    div#Content form div.text .middleColumn input,
    div#Content form div.email .middleColumn input,
    div#ContentNoBanner form div.text .middleColumn input,
    div#ContentNoBanner form div.email .middleColumn input,
    div#ContentNoBanner form div.password .middleColumn input  {
        font-size:13px;
        padding:3px 0;
        margin:0 9px;
        float:left;
        background:none;
        width:132px;
        /*background:transparent url(/mysite/themes/gib/images/bg-input-right.png) right top no-repeat;*/
    }

    div#Content .middleColumn select {
        font-size:13px;
        padding:3px 0;
        margin-left:9px;
        float:left;
        /*background:transparent url(/mysite/themes/gib/images/bg-input-right.png) right top no-repeat;*/
    }

    div#ContentNoBanner div#GlossarySearch div.middleColumn {
        width:180px;
        background:transparent url(/mysite/themes/gib/images/bg-input-fixed-long.png) left top no-repeat;
    }

        div#ContentNoBanner div#GlossarySearch div.middleColumn input   {
            width:172px;
        }

input.text, textarea, select {
    margin:0;
    padding:0;
    color:#999;
	font-family: Helvetica, Arial, sans-serif;
    font-size:0.9em;
    border:0;
}

select {
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
}

legend  {
    display:none;
}

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

input#Search_Form_SearchForm_Search {
	width: 110px;
}

div#Header	form	{
	width:160px;
	float:right;
}

input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
}

#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

div#Header div#HeaderLiner form  {
    padding:0;
    margin:0 21px 0 0;
}

div#HeaderLiner form fieldset {
    padding:5px 0 0 0;
    margin:0;
}

div#HeaderLiner form fieldset,
div#HeaderLiner div.Actions{
  float:left;
}

div#HeaderLiner div.Actions{
  padding-top:3px;
  margin-left:3px;
}

div#Search div {
  background:transparent url(/mysite/themes/gib/images/search.png) left top no-repeat;
  border:thin none;
  height:19px;
  width:120px;
  margin:0;
}

  div#Search div input {
    background:none;
    width:100px;
    margin:4px 0 0 10px;
    color:#b1b1b1;
    border:0;
  }

    input#CustomAdvancedSearchForm_GlobalSearchForm_action_globalResults {
      width:33px;
      height:24px;
      border:0;
      background:transparent url(/mysite/themes/gib/images/bttn-go.png) left top no-repeat;
    }



div#FindTradesman label    {
      display:block;
      margin:0;
    }

    div#FindTradesman form  {
        margin: 17px 0 0 0;
    }

    div#FindTradesman fieldset  {
      width:355px;
      float:left;
      padding:0;
      margin:0;
    }

    div#FindTradesman div.Actions    {
      float:left;
    }

        div#FindTradesman div#Type,
        div#FindTradesman div#Location  {
            width:167px;
            float:left;
        }

            div#FindTradesman div#Type  {
                margin-right:10px;
            }

            div#FindTradesman div#Type label,
            div#FindTradesman div#Location label    {
                padding:0 0 0 8px;
                color:#666;
                display:block;
                width:100%;
            }

            div#FindTradesman div#Type select   {
                width:158px;
                /*padding-right:9px;*/
            }

            div#FindTradesman div#Location input   {
                width:132px;
                /*padding-right:9px;*/
            }

input#CustomAdvancedSearchForm_FindLocateSearchForm_action_FindLocateResults    {
    width:68px;
    cursor:pointer;
    height:28px;
    border:0;
    margin-top:10px;
    background:transparent url(../images/bttn-search.png) left top no-repeat;
}

form#CustomAdvancedSearchForm_FindLocateSearchForm select   {
    width:158px;
}

/* =====================
    Contact Form
========================*/
form#Form_ContactForm   {
    width:460px;
}

form#Form_ContactForm div.text,
form#Form_ContactForm div.email{
  float:left;
}

form#Form_ContactForm div.textarea,
form#Form_ContactForm div.textarea label    {
  clear:both;
  float:none;
}

form#Form_ContactForm div.textarea  {
    margin-bottom:7px;
    clear:both;
}

form#Form_ContactForm div.textarea,
form#Form_ContactForm div.textarea textarea{
    width:460px;
    background:none;
}

form#Form_ContactForm div.textarea textarea{
    width:448px;
    height:69;
    margin:5px;
}

form#Form_ContactForm div.textarea div.middleColumn{
    height:89px;
    background:transparent url(../images/textarea-contact.png) left top no-repeat;
}

form#Form_ContactForm div.Actions   {
    clear:both;
}

/* Submit Buttons */

#Form_ContactForm_action_doContact  {
    width:54px;
    height:32px;
    border:0;
    position:relative;
    right:-4px;
    float:right;
    background:transparent url(../images/bttn-send.png) left top no-repeat;
    margin-bottom:12px;
}


/* -----------------------------------------
    Styled Select Fields
 -----------------------------------------*/

.selectWrapper .option {
    line-height:19px;
    color:#666;
    cursor:pointer;
}
.selectWrapper .optionHover {
    background:#356888;
    color:#fff;
}

.selectWrapper {
    position:relative;
    float:left;
    height:19px;
    font-size:13px;
    font-family: Arial, Helvetica, sans-serif;
}

.selectWrapper .styledSelect {
    position:absolute;
    top:0px;
}
.selectWrapper .selectedOption {
    float:left; /* Must have this */
    background:transparent url(../images/select-field.png) left top no-repeat;
}

.selectWrapper .selectedOption span {
    padding:0 9px;
    margin:0;
    line-height:20px;
    height:20px;
    overflow:hidden;
    display:block;
    cursor: pointer;
    color:#999;
}
.selectWrapper .optionHolder span {
    margin:0 6px;
    line-height:20px;
    display:block;
}
.selectWrapper .optionHolder {
    background:#fafafa;
    clear:both;
    border-left:1px solid #fafafa;
    border-right:1px solid #fafafa;
}
.selectWrapper .selectArrow {
    float:right;
    width:21px;
    height:19px;
    cursor:pointer;
    background-color:transparent;
    background-image: url(../images/select-arrow.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.selectWrapper .selectFooter {
    background-color: #fafafa;
    height:1px;
}
.jScrollPaneTrack2 {
    height: 150px;
    background-color: #ccc;
    float: right;
    position: absolute;
    right: 0;
}
.jScrollPaneDrag2 {
    background-color: #666;
    position: absolute;
}

p#Remember  {
    clear:both;
}

p#Remember input,
p#Remember label.right    {
    float:left;
}

    p#Remember label.right    {
        margin:3px 0;
    }

/* User Defined Form */

div.userdefinedform .field {
    clear:both;
    margin-bottom:20px;
}

    div.userdefinedform .field input {
        margin:0;
    }

    div.userdefinedform div#ContentNoBanner form div.text div.middleColumn,
    div.userdefinedform div#ContentNoBanner form div.email div.middleColumn {
        width:240px;
        background:transparent url(../images/bg-input-long.png) left top no-repeat;
    }

        div.userdefinedform div#ContentNoBanner form div.text div.middleColumn input,
        div.userdefinedform div#ContentNoBanner form div.email div.middleColumn input {
            width:222px;
        }

    div.userdefinedform .field label.right,
    div.userdefinedform ul.optionset li label{
        float:left;
        display:block;
        text-align:left;
        width:85%;
        margin:0 0 0 5px;
        padding:0;
    }

    div.userdefinedform p.checkbox  {
        width:100%;
    }

    div.userdefinedform p.checkbox,
    div.userdefinedform p.checkbox input    {
        float:left;
    }

div.userdefinedform div.field div.selectWrapper {
    float:none;
}

div.userdefinedform div.field select {
    width:150px;
}

div.userdefinedform div.optionset label,
div.userdefinedform div.checkboxset label   {
    margin-bottom:5px;
}


div.userdefinedform div.optionset ul,
div.userdefinedform div.checkboxset ul{
    margin:0;
    padding:0;
}

    div.userdefinedform div.optionset ul li,
    div.userdefinedform div.checkboxset ul li {
        line-height:20px;
        width:100%;
        display:block;
    }

        div.userdefinedform div.optionset ul li label,
        div.userdefinedform div.checkboxset ul li label {
            display:inline;
            float:none;
            line-height:20px;
        }

div.userdefinedform div.Actions {
    padding-bottom:20px;
}

div.userdefinedform div.textarea textarea {
    margin:5px;
    width:448px;
}

div.userdefinedform div.textarea div.middleColumn    {
    background:transparent url(../images/textarea-contact.png) no-repeat scroll left top;
    height:89px;
}

#CompetitionEntryForm_EntryForm textarea{
    background:transparent url(../images/competition-textarea.png) repeat-x scroll center bottom;
    border:none;
    width:470px;
    height:45px;
    padding:5px;
    overflow:auto;
    resize: none;
}
#CompetitionEntryForm_EntryForm input.phoneExt{
    background: transparent url(../images/number-ext.png) no-repeat -2px -2px;
    border: none;
    height:23px;
    padding-left: 5px;
    width:25px;
}
#CompetitionEntryForm_EntryForm  input.phone{
    background: transparent url(../images/number-ph.png) no-repeat -2px -2px;
    border:none;
    height:23px;
    margin: 0px;
    padding-left:5px;
    width:114px;
}
#CompetitionEntryForm_EntryForm  input.phoneExt,
#CompetitionEntryForm_EntryForm  input.phone{
    color:#999999;
    font-family:Helvetica,Arial,sans-serif;
}

#CompetitionEntryForm_EntryForm label{
	width: 100%;
	margin: 10px 0 2px 0;
}

#CompetitionEntryForm_EntryForm .file .middleColumn{
	padding: 0;
	height: 22px;
	width: 210px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
    background: transparent url(../images/bg-filefield.png) no-repeat left top;
}
#CompetitionEntryForm_EntryForm .file .middleColumn input{
	position: absolute;
}
#CompetitionEntryForm_EntryForm .file .middleColumn .filename{
	height: 22px;
	width: 138px;
	padding: 0 0 0 4px;
	margin: 0px;
	float: left;
	border: none;
	background-color: transparent;
	color: #999;
}
#CompetitionEntryForm_EntryForm .nolabel{
	margin-top: 25px;
}
#CompetitionEntryForm_EntryForm .file{
	float: left;
}
#AfterImage1{
	clear: left;
}
#CompetitionEntryForm_EntryForm div.Actions input{
    background:transparent url(../images/popup-submit.png) no-repeat scroll 0 0;
    border:0 none;
    cursor:pointer;
    height:30px;
    margin:20px 0 0 0;
    overflow:hidden;
    padding:30px 0 0;
    width:72px;
    font-size: 0px;
	float: right;
}
#CompetitionEntryForm_EntryForm #Firstname,
#CompetitionEntryForm_EntryForm #Lastname,
#CompetitionEntryForm_EntryForm #Phone,
#CompetitionEntryForm_EntryForm #Email{
	float: left;
}
#CompetitionEntryForm_EntryForm #Email{
	clear: left;
}
#CompetitionEntryForm_EntryForm #Period label{
	width: 200px;
}
#CompetitionEntryForm_EntryForm #Budget label{
	width: 200px;
}
#CompetitionEntryForm_EntryForm h4{
	margin-bottom: 0px;
	color: #333333;
}
.entryForm hr{
	margin: 5px 0 15px 0;
}
#CompetitionEntryForm_EntryForm #GibProducts{
	margin-bottom: 15px;
}
#Banner #CompetitionVoteForm_VoteForm .email .middleColumn input,
#Banner #CompetitionVoteForm_VoteForm .text .middleColumn input,
#Content #CompetitionVoteForm_VoteForm .email .middleColumn input,
#Content #CompetitionVoteForm_VoteForm .text .middleColumn input{
	background: none;
	font-size: 13px;
    width: 125px;
	margin: 0;
	padding: 0;
}
#Banner #CompetitionVoteForm_VoteForm .email .middleColumn,
#Banner #CompetitionVoteForm_VoteForm .text .middleColumn,
#Content #CompetitionVoteForm_VoteForm .email .middleColumn,
#Content #CompetitionVoteForm_VoteForm .text .middleColumn{
    background: transparent url(../images/bg-input-trans.png) no-repeat left top;
    border: none;
    height: 19px;
    display: block;
    margin: 0;
    width: 125px;
	padding: 0 5px;
}

#Banner #CompetitionVoteForm_VoteForm #Firstname,
#Banner #CompetitionVoteForm_VoteForm #Lastname,
#Banner #CompetitionVoteForm_VoteForm #Email,
#Banner #CompetitionVoteForm_VoteForm #Phone{
	float: left;
	margin-bottom: 7px;
}
#Banner #CompetitionVoteForm_VoteForm .text .middleColumn{
	margin-top: 3px;
}
#Banner #CompetitionVoteForm_VoteForm #Firstname{
	margin-right: 6px;
}
#Content #CompetitionVoteForm_VoteForm #Terms,
#Banner #CompetitionVoteForm_VoteForm #Email{
	clear: left;
}

#Banner #CompetitionVoteForm_VoteForm #Terms {
	width:25px;
	float: left;
}

#Banner #CompetitionVoteForm_VoteForm #TermsLink {
	margin-top:4px;
	display: inline-block;
}

#CompetitionVoteForm_VoteForm #Terms label,
#CompetitionVoteForm_VoteForm #Terms input{
	float: none;
	display: inline;
}

#Content #CompetitionVoteForm_VoteForm_action_doVoteForm{
	float: right;
	margin-top: 10px;
}


#CompetitionVoteForm_VoteForm_action_doVoteForm{
	display:block;
	width:150px;
	height:32px;
	margin-top:13px;
	background:transparent url(../images/bg-vote-fav.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
#CompetitionVoteForm_VoteForm_action_doVoteForm:hover{
	background-position: 0 -32px;
}
#BlueMid hr,
#CompetitionVoteForm_VoteForm hr{
	border-bottom: 1px dashed #b4c6d1;
	margin-top: 10px;
}
#CompetitionVoteForm_VoteForm input.phoneExt{
    background: transparent url(../images/bg-vote-phone-ext.png) no-repeat left top;
    border: none;
    height:19px;
    padding-left: 5px;
    width:25px;
}
#CompetitionVoteForm_VoteForm input.phone{
    background: transparent url(../images/bg-vote-phone.png) no-repeat left top;
    border:none;
    height:19px;
    margin: 0px;
    padding-left:5px;
    width:96px;
}
#Banner #CompetitionVoteForm_VoteForm input.phoneExt{
	margin-left: 5px;
}

.entry form .error span{
	display: none;
}

form .error span{
	font-size: 0.9em;
	margin-left: 8px;
	color: #777;
	width: 142px;
}

#CompetitionEntryForm_EntryForm .error span{
	margin-left: 0px;
}

.error label{
	color: red;
}
.entry #Terms span{
	display: none;
}
#Terms span{
	font-size: 0.9em;
	display: block;
	color: #777;
	margin-left: 8px;
}