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: 530px;
	display: block;
	border: 1px solid #aaa;
	padding: 5px;
	margin:0 auto;
	font-family: verdana, sans-serif;
	line-height: 1.5em;
}
form#two fieldset#opt{
	background: #dee;
}
form#two legend{
	font-family: georgia, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #aaa;
	margin-bottom: 3px;
	padding: 3px;
	width: 180px;
	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:12px;
	}
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: 5px;
    font-size: 13px;
    margin-top: 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{	
	height: 34px !important;
    margin: 0;
    padding-top:6px;
    padding-bottom:8px;
    vertical-align: middle;
    outline:none;
    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:100px;
    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: #000;
	background-color: #f30;
}
form#two label{
	font-weight: bold;
}
form#two .asholder{
	position: relative;
}
form#two input[type="submit"] {
   border: none;
   background: #ca0303;
   background: -webkit-gradient(linear, left top, left bottom, from(#f20909), to(#690202));
   background: -webkit-linear-gradient(top, #f20909, #690202);
   background: -moz-linear-gradient(top, #f20909, #690202);
   background: -ms-linear-gradient(top, #f20909, #690202);
   background: -o-linear-gradient(top, #f20909, #690202);
   padding: 0px 12px;
   height:30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
  -webkit-box-shadow: 0 0px 0px #000;
  -moz-box-shadow:0 0px 0px #000;
   box-shadow:0 0px 0px #000;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family:Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   font-weight:bold;
   cursor:pointer;
   float:none;
   }
form#two input[type="submit"]:hover {
   background: #d44908;
   color: #fff;
   }
form#two input[type="submit"]: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;
    }

    }