/*-----------------------------------------------------------------
prompt section
--------------------------- --------------------------------------*/
.red{
  padding:2px;
  border:2px solid #660000;
  font-size:12px;
  font-family:arial,sans-serif;
  background:#333333 url("../images/promptRedBg.png") repeat-x bottom;
  position:relative;
  overflow:hidden;
}
.red SPAN{
  padding-top:3px;
  padding-right:10px;
  position:relative;
  float:left;
}
.red .redMsg{
  margin-top:6px;
  height:36px;
  padding-left:50px;
  background:url("../images/blip_badSign.gif") no-repeat top left;
  position:relative;
  float:left;
}
.red .redMsg p{
  line-height:16px;
  position:relative;
}
.red .redMsg b{
  font-size:14px;
  color:#cc0000;
}

.red .bgL{
  margin-top:1px;
  width:15px;
  height:38px;
  padding-right:3px;
  background:none;
  position:relative;
  float:left;
}
.red .bgR{
  margin-top:1px;
  width:15px;
  height:38px;
  padding-left:3px;
  background:none;
  position:relative;
  float:right;
}


.green{
  padding:2px;
  border:2px solid #009999;
  font-size:12px;
  font-family:arial,sans-serif;
  background:#333333 url("../images/promptGreenBg.png") repeat-x bottom;
  position:relative;
  overflow:hidden;
}
.green SPAN{
  padding-top:3px;
  padding-right:10px;
  position:relative;
  float:left;
}
.green .greenMsg{
  margin-top:6px;
  height:36px;
  padding-left:50px;
  background:url("../images/blip_goodSign.gif") no-repeat top left;
  position:relative;
  float:left;
}
.green .greenMsg b{
  font-size:14px;
  color:#00cccc;
}
.green .greenMsg p{
  line-height:15px;
}
.green .bgL{
  margin-top:1px;
  width:15px;
  height:38px;
  padding-right:3px;
  background:none;
  position:relative;
  float:left;
}
.green .dialog115{
  top:4px;
  left:810px;
  width:115px;
  height:45px;
  padding:12px 0 0 10px;
  font-size:11px;
  color:#333333;
  line-height:14px;
  background:url("../images/promptDialog115.png") no-repeat;
  position:absolute;
}
.green .dialog195{
  top:4px;
  left:570px;
  width:185px;
  height:45px;
  padding:12px 0 0 10px;
  font-size:11px;
  color:#333333;
  line-height:14px;
  background:url("../images/promptDialog195.png") no-repeat;
  position:absolute;
}
.green .gotMail{
  width:120px;
  height:50px;
  padding:0;
  background:url("../images/msg_gotMail.gif") no-repeat bottom;
  float:right;
}


.blue{
  padding:2px;
  border:2px solid #66ccff;
  font-size:12px;
  font-family:arial,sans-serif;
  background:#333333 url("../images/promptBlueBg.png") repeat-x bottom;
  position:relative;
  overflow:hidden;
}
.blue SPAN{
  padding-top:3px;
  padding-right:10px;
  position:relative;
  float:left;
}
.blue .blueMsg{
  margin-top:6px;
  height:36px;
  padding-left:50px;
  background:url("../images/blip_goodSign.gif") no-repeat top left;
  position:relative;
  float:left;
}
.blue .blueMsg b{
  font-size:14px;
  color:#6699ff;
}
.blue .blueMsg p{
  line-height:12px;
}
.blue .bgL{
  margin-top:1px;
  width:15px;
  height:38px;
  padding-right:3px;
  background:none;
  position:relative;
  float:left;
}
.blue .dialog115{
  top:4px;
  left:810px;
  width:115px;
  height:45px;
  padding:12px 0 0 10px;
  font-size:11px;
  color:#333333;
  line-height:14px;
  background:url("../images/promptDialog115.png") no-repeat;
  position:absolute;
}
.blue .dialog195{
  top:4px;
  left:570px;
  width:185px;
  height:45px;
  padding:12px 0 0 10px;
  font-size:11px;
  color:#333333;
  line-height:14px;
  background:url("../images/promptDialog195.png") no-repeat;
  position:absolute;
}
.blue .bgR{
  margin-top:1px;
  width:15px;
  height:38px;
  padding-left:3px;
  background:none;
  position:relative;
  float:right;
}


