/*
	author	:	Sarvamangala
	filename:	positioning.jsp
	description	:	positioning stylesheet for ctuonline selling site
*/
  
 
.text_OUS{
	color: #0000FF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div,td,input {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

#container {
    width: 100%;
    text-align:center;
}

#header {

    width: 800px;
    height: 126px;

}

#main {
   
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/selling/main_tile.gif);
    background-repeat: repeat;
    width: 760px;
    

}

#main_ie {
   
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/selling/main_tile.gif);
    background-repeat: repeat;
    width: 800px;
    
    
}

#footer {

    width: 800px;
    height: 76px;
    background-color: #333333;
    text-align: center;
    color: #ffffff;
    line-height: 25px;

}

#left {

    float:left;
    
    width:260px;
    

}

#main {
   float:left;
    
    width:460px;
}

#form {

    background-color: #336699;
    width:486;
   
}

#formElementID1{
    position:absolute;
    width: 400px;
    top:0px;
}

/* Following Div Ids are used in XEngine version i.e. 2X */
#formElementID2{
    position:absolute;
    width: 400px;
    top:155px;
}

#formElementID3{
    position:absolute;
    width: 400px;
    top:270px;
}

#queID1{
    position:relative;
    width: 380px;
    top:30px;
}

#queID2{
    position:relative;
    width: 380px;
    top:50px;
}

#queID3{
    position:relative;
    width: 380px;
    top:120px;
}

#preformbody {
	position	:	absolute;
	z-index		:	300;
	width		:	367px;
	height		:	500px;
	/*left		:	15px;
	top			:	60px;*/
}

#submitID{
    position: relative;
    float:left;
    top:150px;
    left:145px;
    /*position:absolute;
    width: 400px;
    top:300px;
    left:45px;*/
}

#footerText{
    position:relative;
    width: 400px;
    top:470px;
}

#errorID1{
    position:relative;
    width: 120px;
    top:30px;
}

#errorID2{
    position:relative;
    width: 180px;
    top:50px;
}

#errorID3{
    position:relative;
    width: 180px;
    top:120px;
}

#optinID{
    position:relative;
    width: 388px;
    /*top:205px;*/
}
