form {
	border: 0px outset #000099;
	width: 600px;
	padding: 10px;
	right: 100px;
	margin-left: 160px;
 }

input {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #000099;
 background-color: #EEEEEE;
 border: 2px solid #8aaecc;
 }

.input2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #FFFF00;
 background-color: #000099;
 border: 1px solid #8aaecc;
 }
 .input3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #FFFF00;
 background-color: #000099;
 border: 2px solid #8aaecc;
 }
 textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #8aaecc;
 background-color: #FFFFFF;
 border: 1px solid #0000f9;
 }

 .telecharge {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	float: right;
	padding:5px;
	border-left-color: #0000CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000CC;
	border-left-style: solid;
	border-left-width: 1px;
}

