
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	z-index: 10000;
}


#box 
{
    display: none;
    position: fixed;
    top: 22%;
    width: 80%;
    max-width: 600px;
    padding: 40px;
    margin: 0;
    border: 1px solid black;
    background-color: white;
    z-index: 90000;
    overflow: auto;
    left: 50%;
    margin-left: -300px;
}

#boxtitle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    padding: 0;
    padding-top: 8px;
    margin: 0;
    border-bottom: 4px solid #000;
    background-image: url(../img/box-title.png);
    color: white;
    text-align: center;
    font-family: brothers;
}


#box form{
    width: 100%;
    margin: 0 auto;
    top: 0;
    margin-top: 10px;
}

p.black{
	    margin-bottom: 20px;
	        color: black;
    font-family: brothers;
    font-size: 14px;

    
}

p.black input{
	    border-color: gray;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    line-height: 1.33333;
    padding: 10px 12px;
    width: 100%;
}

p.black select{
	    text-transform: none;
    height: 27px;
    border: solid 1px;
    border-color: #FD542B !important;
    color: #FD542B !important;
    width: 50%;
}

#box button, #box input[type="button"], #box input[type="reset"], #box input[type="submit"]{
	-webkit-appearance: button;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    background-color: #FD542B;
    border: none;
    width: 75px;
    height: 30px;
    font-family: brothers;
    font-size: 14px;
    color: white;
}

#box .formError {
    display: block;
}

  @media (max-width: 750px) {
  	div#box {
    margin-left: 0;
    left: 10%;
        top: 100px;

}
  }
  @media (max-width: 500px) {
  p.black select{
  	width: 100%;
  }
}