body {
font-family:verdana;
font-size:14px;
font-weight:700;
}

a {
outline:0 none;
text-decoration:none;
}

.wrapper {
-moz-border-radius:10px;
border-width:5px;
border-style:solid;
margin:25px auto 0;
padding:20px;
width:400px;
}

.footer {
font-size:9px;
margin:8px auto;
text-align:center;
width:400px;
}

#header {
font-size:36px;
margin:0 0 25px;
}

label {
float:left;
font-size:16px;
font-weight:700;
margin-bottom:5px;
}

label.small {
margin-right:5px;
padding:5px;
text-align:right;
width:155px;
}

input,select {
-moz-border-radius:5px;
background:#D9D9D9;
border-width:1px;
border-style:solid;
float:left;
font-size:16px;
margin-bottom:10px;
padding:5px;
}

input.medium,select.medium {
width:230px;
}

input.small,select.small {
width:105px;
}

select option {
font-size:16px;
}

.button {
-moz-border-radius:5px;
border-width:1px;
border-style:solid;
display:block;
font-size:16px;
padding:5px;
text-align:center;
}

.button:hover {
}

.button.large {
margin:10px 44px;
width:300px;
}

.button.small {
float:left;
margin:10px 19px;
width:150px;
}

label.large,input.large,select.large {
width:388px;
}

.custom_file_uploader{
	position: relative;
	float:left;
	display:block;

}

.custom_file_uploader .real_input{
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 3;
cursor:pointer;
}
.custom_file_uploader .fake_input{
float:left;
left:0;
position:absolute;
top:0;
width:272px;
z-index:2;
cursor:pointer;
}
.custom_file_uploader .button{
float:left;
height:20px;
left:288px;
position:absolute;
top:0;
width:100px;
z-index:1;
cursor:pointer;
}