body { 
text-align: center; 
margin-top:20px;
} 
body, input, select {
    font-size: 14px;
}




.content { 
font-size:16px;
text-align: left; 
margin: 80px auto;
width: 800px;
border:solid 10px #CBCAC6;
background-color:#f9f9f9;
padding: 20px 20px 20px 20px; 
font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}


.content2 { 
font-size:16px;
text-align: left; 
margin: 80px auto;
width: 800px;
border:solid 10px #CBCAC6;
padding: 20px 20px 20px 20px; 
font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

Button
{
border-radius: 10px/10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px; 
}

select {
    width:80%;
}

fieldset
{
	background-color:White;
}
.uploaderbrowsebutton,.uploadercancelbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 10px 0;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border-color : #2989d8;
  background: #2989d8;
  background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#2989d8), color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: linear-gradient(top, #2989d8 0%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
}