form#two{
    background: #fff;
    border: 1px solid #ddd;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    border-radius: 3px;
   -webkit-box-shadow: 0 0 0px #000;
   -moz-box-shadow: 0 0 0px #000;
    box-shadow: 0 0 0px #000;
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px;
    padding:20px;
    }
form#two fieldset{
	width: 600px;
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
	margin:5px auto;	
	line-height: 1.5em;
}

form#two fieldset#opt{
	background: #dee;
}
form#two legend{	
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #ddd;
	margin-bottom: 3px;
	padding: 3px;
	width: 200px;
	background: #fff;
}
form#two label{
	clear: left;
	display: block;
	float: left;
	width: 230px;
	text-align: right;
	padding-right: 10px;
	color: #000;
	margin: 8px 5px 7px 5px;
	font-size:14px;
	}

form#two input{
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -ms-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0px 10px;
    height: 34px !important;
    font-size: 13px;   
    margin:0 3px 5px 0;
    background:#fff;   
    float:left;
}
form#two input:focus, 
form#two textarea:focus{
    box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
   -moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
    outline: 0;
    }
form#two select:focus{
    box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
   -moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
    outline: 0;
    }
form#two select{	
	height: 34px !important;
    margin: 0;
    margin-right:2px;    
    vertical-align: middle;
    outline:none;
    padding-left:5px;
    border:none;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -ms-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border:1px solid #aaa;
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background:#fff url("/images/h_arrow.gif") no-repeat right center;
    margin-bottom:3px;
    width:110px;
    float:left;
   }

form#two textarea{
	width: 410px;
	height: 15em;
	border: 1px solid #000;
	padding: 0.5em;
	overflow: auto;
	background: #000 url(cssplay/form.gif) repeat-x bottom left;
	}
form#two option{
	background: #fff;
	color: #000;
}
form#two optgroup{
	background: #abb;
	color: #000;
	font-family: georgia, serif;
}
form#two optgroup option{
	background: #9aa;
	color: #000;
}
form#two #button1, form#two #button2{
	color: #000;
	padding-right: 0.5em;
	cursor: pointer;
	width: 205px;
	margin-left: 8px;
}
form#two #button1:hover, form#two #button2:hover{
	background-position: center left;
	color: #000;
}
form#two div#tab{
	font-family: georgia, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	border: 3px solid #000;
	margin-bottom: 3px;
	padding: 3px;
	width: 25em;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}
/*form#two a{
	font-weight: bold;
	text-decoration: none;
	color: #f30;
	font-size:12px;
}
form#two a:hover{
	color: #fff;
	background-color: #f30;
}*/
form#two label{
	font-weight: bold;
}
form#two .asholder{
	position: relative;
}
form#two input[type="submit"],
form#two input[type="reset"] {
   border: none;  
   padding: 8px 15px;   
   float:none;   
   color:#fff;   
   background:#FF6F00;
   text-transform:uppercase;
   font-weight:500;
   transition: box-shadow .50s;
   box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 5px 0 rgba(0,0,0,0.12);
   -webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;
   }
form#two input[type="submit"]:hover,
form#two input[type="reset"]:hover {
   background: #d44908;
   color: #fff;
   }
form#two input[type="submit"]:active,
form#two input[type="reset"]:active {
   background: #c62905;
   }
@media screen and (max-width: 480px){
    form#two fieldset{width:100%;}
    form#two label{	
	float: none;
	width: 100%;
	text-align: left;	
	margin: 5px 5px 3px 5px;	
	}
	form#two{    
    border: 0px solid #ddd;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    padding:0px;
    }


    }