/*The below styles how the input boxes will look*/
.input {
border: 1px solid #000000;
height: 20px;
width: 350px;
font-family: tahoma;
font-size: 14px
}

/*The below styles how the botcheck box will look*/
.botcheck {
border: 1px solid #000000;
height: 20px;
font-family: tahoma;
font-size: 14px
}

/*The below styles how the text area will look*/
.textarea {
border: 1px solid #000000;
height: 200px;
width: 350px;
font-family: tahoma;
font-size: 14px
}

/*The below styles how upload box will look*/
.fileinput {
border: 1px solid #000000;
height: 25px;
width: 400px;
font-family: tahoma;
font-size: 14px
}

/*The below styles how the submit button will look*/
.button {
border: 1px solid #000000;
height: 25px;
width: 80px;
font-family: tahoma;
font-size: 14px
}

/*The below styles how the error text will look*/
.errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #000000;
height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

/*The below styles how the success text will look*/
.successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #000000;
height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
}

/*The below styles how the waiting message will look*/	
.waiting {
border: 1px solid #38599F;
background: #859ED1;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}
