/* 
CSS Document 

ARTN REGISTRATION FORM STYLES
Geoff Hill -  webpub media solutions - 2007
*/

/***************************
REGISTRATION FORM
****************************/
#content_text table{
width:100%;
}
#content_text table table{
width:98%;
border:dashed;
border-color:#ccc;
border-width:1px;
}
#content_text td{
padding:4px;
}
#content_text input,select{
border:solid;
border-color:#ccc;
border-width:1px;
line-height:1.3em;
padding:2px;
}
#content_text option{
line-height:1em;
}
#content_text td.go{
text-align:right;
}
#content_text input.go{
background-color:#c90;
color:#fff;
margin-right:5px;
width:60px;
border-color:#930;
border-width:1px;
}
