/*.popup input[type='text'], input[type='password'], input[type='email'], textarea, select
{
    width: 210px;
    color: #777;
    line-height: normal;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
    font-size-adjust: none;
    font-stretch: normal;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    
    background-attachment: scroll;
  
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    
}*/
.popup  select{
	/* bg-textbox */
	background: url('../images/bg-textbox.jpg');
	background-repeat: repeat-x;
	height: 25px;
	width:90%;
	padding-left: 5px !important;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	border:1px solid #ccc;
    display: inline-block;
}
.popup label, legend
{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}
.popup label span, legend span
{
    color: #444;
    font-size: 13px;
    font-weight: normal;
}
/*.popup .button
{
    text-align: center;
    color: #fff;
    line-height: 1;
    padding-top: 9px;
    padding-right: 34px;
    padding-bottom: 11px;
    padding-left: 34px;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(180, 180, 180);
}*/
.popup fieldset{
    margin-bottom: 5px;
    border: none;
}
.popup .clearfix::before, .clearfix::after, .row::before, .row::after, .clrfix::before, .clrfix::after
{
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: "\0020";
}
.popup .row::after, .clearfix::after, .clrfix::after
{
    clear: both;
}
.popup .row, .clearfix, .clrfix
{
    zoom: 1;
}
/*.popup button, input[type='submit'], input[type='reset'], input[type='button']
{
    color: #444;
    line-height: normal;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    border-top-color: #ccc;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    border-left-color: #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    
}*/
.popup .formsWrapper
{
    width: 280px;
    color: #fff;
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
    float: right;
    position: relative;
    background-image: url("../images/bgformsWrapper.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: #36B559;
}
.popup .formWrapper
{
   /* margin-top: 10px;*/
    /*margin-bottom: 10px;
    border-bottom-color: rgba(255,255,255,0.25);
    border-bottom-width: 1px;
    border-bottom-style: solid;*/
}
.popup .formWrapper dl > div
{
    margin-bottom: 8px;
}
.popup .formWrapper dt
{
    width: 100px;
    margin-right: 20px;
    float: left;
}
.popup .formWrapper dd
{
    /*width: 160px;*/
    float: left;
}
.popup .formWrapper label
{
    color: #000;
    font-size: 12px;
}
.popup .formWrapper label .star
{
    display: none;
}
.popup .formWrapper dd input[type=text], .formWrapper dd input[type=password],.formWrapper dd input[type=date]
{
    width: 100%;
    height: 25px;
    /*text-indent: 10px;*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    outline-width: 1px;
    outline-style: solid;
    outline-color: rgba(0,0,0,0.2);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: inset 5px 0px 9px rgba(0,0,0,0.1);
	/* bg-textbox */
	background: url('../images/bg-textbox.jpg');
	background-repeat: repeat-x;
	/*height: 32px;*/
	width:90%;
	padding-left: 5px !important;
}
.popup .formWrapper .submitbutton
{
    text-align: center;
	cursor:pointer;
}
.popup .formWrapper .button
{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border-top-color: #ffcc66;
    border-right-color: #ffcc66;
    border-bottom-color: #ffcc66;
    border-left-color: #ffcc66;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca3a',endColorstr='#fd8a30',GradientType=0 );
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(252, 202, 58);
}
.popup .formWrapper .formtitle
{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
#signup_error{
    visibility: hidden;
    color: red;
    margin-top: 5px;
}
