.indented {
    padding-left: 250px;
}

div.frmtext, div.frmtextarea, div.frmdate, div.frmselect {
	clear:both;
  margin-top: 2px;
}

div.frmtext span, div.frmtextarea span, div.frmdate span, div.frmselect span {
	position:absolute;
	left:500px;
}

.smalltext {
  font-size: 9px;
}

div.frmtext div.norm {
	padding:2px 0px 0px 150px;
}

div.frmtext span.err, div.frmtextarea span.err, div.frmdate span.err, div.frmselect span.err {
	color:#fe3737;
}

div.frmtext label, div.frmdate label, div.frmtextarea label, div.frmselect label, label.frmlabel, div.formrow label {
	display: block;
	float: left;
	width: 250px;
	padding: 0;
}
.indent {
  padding-left: 250px;
}

div.frmtext input, input.inputtext, input.frmtext {
	width:500px;
	border:1px solid #9f9f9f;
	padding: 2px;
}

select {
	width:507px;
}

textarea {
	width:500px !important;
	height:100px;
	overflow:auto;
	border:1px solid #9f9f9f;
}
.checkbox {
    float: left;
}

/*
textarea.textarea {
	width:520px;
}
*/

div.frmsubmitrow {
	text-align: right;
	margin: 3px 15px 0 0;
}
.submit, .remove {
    background-color: #292929;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
    border-bottom: 1px solid #a9a9a9;
    padding: 2px 5px;
    font-weight: bold;
    margin: 0;
}
input.remove {
    color: #ef0000;
}

div.frmsubmitimg {
	text-align:right;
	margin:5px 0px 10px 0px;
}

fieldset {
	padding:5px;
}
fieldset textarea.textarea {
	width:500px;
}

.browse {
	background-color:#fff;
    width: 190px;
	border:1px solid #9f9f9f;
	border-right:2px solid #606060;
	border-bottom:2px solid #606060;
}

div.frmsubmit input.remove {
	color:#fe3737;
}


label.pub, p.pub {
	background-image:url(../images/global/pub.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
p.pub {
	background-position:0px 3px;
	padding-left:10px;
	font-style:italic;
}

.icon {
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.delete {
    background-image: url(../images/icons/delete.gif);
}

.msgarea {
    width: 100%;
}

.required {
    font-size:9px;
    margin: 2px;
}

.imgpreview {
    margin: 10px 0 0 250px;
}

 .formrow 
,.frmrow {
    margin: 3px 0 0 0;
    min-height: 24px;
    /* position: relative; */
}
 * html .formrow 
,* html .frmrow {
    height: 24px;
}

/*** CUSTOM ***/

.form_box {
    background: #fff url(../images/layout/blockquote.gif) 0 0 no-repeat;
    height: 1%;
}
.form_box div.rt {
    background: url(../images/layout/blockquote_rt.gif) 100% 0 no-repeat;
}
.form_box div.lb {
    background: url(../images/layout/blockquote_lb.gif) 0 100% no-repeat;
}
.form_box div.rb {
    background: url(../images/layout/blockquote_rb.gif) 100% 100% no-repeat;
    padding: 10px 10px 10px 50px;
}

.form_box h3 {
    margin-top: 0;
}
.form_box label {
    width: 180px !important;
}
.form_box .indent {
  padding-left: 180px !important;
}
.form_box .frmtext input {
    width: 479px !important;
}

.has_sidebar .alumnilogin .frmtext {
    width: 478px;
}


/*** ALUMNI ***/

.image_preview {
  /* overflow: scroll; */
  margin: 30px 0 0 0;
}
.afilelist {
  margin: 10px 0 20px 0;
  padding: 0;
}
.afilelist li {
  margin-bottom: 5px;
  height: 16px;
  list-style: none;
  padding: 2px;
}
.afilelist li a.file:link, .afilelist li a.file:visited {
  padding: 0 0 0 20px !important;
  line-height: 16px;
  background: transparent url(/paragin/newventure/resources/images/alumni/txt.gif) 0 0 no-repeat;
  display: block;
  float: left;
}
.icon_remove {
  background: transparent url(../images/icons/delete.gif) 0 0 no-repeat;
  display: block;
  float: right;
  width: 14px;
  height: 14px;
}
.icon_edit {
  background: transparent url(../images/icons/edit.gif) 0 0 no-repeat;
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
.confirm .submit {
  float: left;
}
.anewsitem {
  float: left;
}

.ster {
  position: absolute;
  left: 560px;
}
#asearch {
    margin: 0 0 40px 0;
}
.asubmit {
    padding: 2px 5px;
    font-weight: bold;
    margin: 0;
    background-color: #292929;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
    border-bottom: 1px solid #a9a9a9;
}
.atext {
	width:200px;
	border:1px solid #9f9f9f;
	padding: 2px;
}

.textarea_required {
    /*
    position: absolute;
    right: 2px;
    top: 0;
    */
    display: none;
}

.radiorow {

}
.radiorow label {
    width: auto !important;
}
.radiorow  .frmlabel {
    width: 250px !important;
}
.fslash {
    float: left;
    padding: 0 5px;
}
.radiorow input {
    float: left;
}

.checkbox_row label {
    float: left;
    width: 485px;
}


.imgbutton {
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    width: 20px;
    height: 18px;
    padding: 0;
    font-size: 1px;
}
* html .imgbutton {
    padding-top: 20px;
}
.imgbutton_active {
    background: url(../images/icons/active.gif) no-repeat;
}
.imgbutton_inactive {
    background: url(../images/icons/inactive.gif) no-repeat;
}
.imgbutton_delete {
    background: url(../images/icons/delete.gif) no-repeat;
}
.m_options {
    margin: 20px 0;
}
