input[type="button"],input[type="submit"],select {
    width:200px;
}
table tr td span {
    color:black;
}
input[type=radio] {
	width: auto;
}


/*editform*/
/* For form outer container (because IE not allow to set width to form elements) */
.editform {
	width: 100%;
	text-align:left;
}

.editform p {
	clear: left;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	padding-left: 32%; /* width of left column containing the label elements */
	border-top: 1px dashed gray;
} 
.editform label {
	font-weight: bold;
	float: left;
	margin-left: -45%; /*width of left column*/
	width: 42%; /* width of labels. Should be smaller than left column to create some right margin */
}

.editform .button_div {
	clear:both;
	text-align: right;
	padding-right: 5%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.editform label small {
	font-weight: normal;
}

.editform select {
}
.editform textarea {
	width: 90%;
}
.editform input[type="password"],
.editform input[type="file"],
.editform input[type="text"] {
	width: 90%;
}
/* Designed to apply for input[type="text"]. Required because IE not recognize inputs of different types */
.editform .text {
	width: 90%;
}

.editform p.full_width {
	padding-left: 1em;
	text-align: left;
}
/* First element in form (needed because IE not recognizes "first-child") */
.editform .first,
.container p:first-child
{
	border-top: 0px;
}
/*editform*/
label.simple {
	font-weight: normal;
	float: none;
	margin: 0;
	width: auto;
}

table.top_events_table
{
	/*width: 800px;*/
	width: 100%;
	
}

table.event_table
{
	text-align:left;
        width: 300px;
	border: 0px solid;
	margin-left:20px;
}

table.event_table td
{
	border: 0px solid;
}
