body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	font-family: Arial, 新細明體, mingliu;
	color:#777777;
}

.clear{
	clear:both;
}

#main-container{
	width:100%;
	margin: 0px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:0px;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #C2C2C2;
	margin-bottom:15px;
	padding-bottom:10px;
}

h2{
	font-weight:normal;
	font-size:10px;	
	color:#aaaaaa;
	text-align:right;
}

label{
	font-size:12px;
}

textarea{
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	resize:none;
	margin:0px;
	
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

input[type="radio"]{
    border: 1px solid #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
}

input{
	padding: 5px; 
    border: 1px solid #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	/*height: 25px;*/
	color:#777777
	
}

input.long{
	box-shadow: 0 0 2px #DDDDDD;
	width:230px;
}

input.button{
	background: no-repeat url('http://www.dcfever.com/campaigns/2013/events/global/submit_button.gif');
	width:94px;
	height:25px;
    border: 0px;
	box-shadow: 0 0 0px;
	padding:0px;
	cursor:pointer;
	font-size:0px;
}

input.button:hover{
	border:0px;
}

input[type="image"]:focus {
    box-shadow:0 0 2px #f5f5f5;
	outline: none;
}

input[value="registeraction"] {
	font-size:0px;
}

select {
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 3px 4px;
    margin: 0px 0px 0px 0px;
	box-shadow: 0 0 2px #DDDDDD;
	  color: #777777;
}

input:focus, select:focus {
    box-shadow:0 0 2px #FFFE00;
	outline: none;
}

input:hover{
	border:1px solid #cccccc;
}

.InputGroup {
    display: inline-block;
    padding: 5px;
    border: 1px solid #f5f5f5;

}

.ErrorField {
    border-color: #D00;
    color: #D00;
}

span.ValidationErrors {
	background:#f36161;
	color:#fff;
	width:160px;
	font-size:12px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #DDDDDD;
	padding:4px 10px 4px 10px;
	margin-left: 10px;
}

.confirmbox{
	/*background: no-repeat url('http://www.dcfever.com/campaigns/2013/events/global/confirmation.gif');*/
	width: 100%;
	height: 200px;
}

.confirmboxtext{
	/*padding:70px;*/
	padding: 10px;
	text-align:center;
}