#content #msg_wrap { width:350px;display:none;margin:20px 0px;background-color:#F0F0F0;border:1px solid #E1E1E1;padding:10px; }
#content #msg_wrap #msg_icon { width:25px;height:25px;float:left; }
#content #msg_wrap #msg { margin-left:30px;font-size:11px; }
#content #msg_wrap .error_msg { background:url(../images/cross.gif) no-repeat left top; }
#content #msg_wrap .correct_msg { background:url(../images/green_tick.gif) no-repeat left top; }
#content #msg_wrap .loading { background:url(../images/loading.gif) no-repeat left top; }
#content #msg_wrap p { margin-top:0px; }

#uploaded_msg { display:none; }

#file_upload dl { margin:10px 0px; }
#file_upload dt { float:left;width:150px;padding:5px 0px;display:block;clear:both; }
#file_upload label { width:75px; }
#file_upload dd { margin-left:150px;padding:5px 0px;display:block; }
#file_upload input[type="text"] { width:200px;padding:2px;font-size:12px;padding:2px;border:1px solid #666666; }
#file_upload textarea { border:1px solid #666666; }
#file_upload input[type="file"] { font-size:12px;margin-bottom:5px;border:1px solid #666666; }

#file_upload #add_more { margin-left:5px;cursor:pointer; }
#file_upload #upload { cursor:pointer; }

.text_red { color:#FF0000; }
.text_bold { font-weight:bold; }
.text_small { font-size:11px; }
.text_italic { font-style:italic; }
