input, textarea, select {
	width: 50%;
	padding: 5px;
	border: 1px solid grey;
	border-radius: 5px;
}
#fills_widget_send { width: 10%; }
#fills-form fieldset {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%) repeat scroll 0 0;
    margin: 10px 0;
	border: 1px solid #000;
	padding: 20px;
}
#fills-form legend {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a1a1a1;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
	width: auto;
	margin-bottom: 0px;
}
#fills-form label {
    display: inline-block;
    width: 150px;
	font-weight:bold;
}
#fills-form input[type="text"]:focus {
    border: 2px solid #29b8e5;
    transition: width 300ms linear 0s;
    width: 300px;
}
#fills-form textarea:focus {
    border: 2px solid #29b8e5;
    height: 80px;
    transition: height 300ms linear 0s;
}
#fills-form button {
    font-weight: bold;
    padding: 6px;
}
#fills-form button:hover {
    background: #eee none repeat scroll 0 0;
    cursor: pointer;
}
#fills-form .required { color: red; }
.fills-info-error { border: 1px solid red; color: red; padding:10px; }
.fills-info-success { border: 1px solid green; color: green; padding:10px; }
.fills-alumni-network-table  th { background-color: #757575; color: #ffffff; font-weight: bold; }
.fills-alumni-network-table  a { text-decoration: underline; }
.fills-label { font-weight:bold; min-width: 100px; }