.alert{
color:#555;
border-radius:10px;
font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
padding:10px 10px 10px 36px;
margin:10px;
min-width: 500px;
position: fixed;
display: block;
}
How would I go about centering this on the screen without using a set starting width?